wtanaka.praya.obj
Interface FolderSelectionModel


public interface FolderSelectionModel

Represents a subset of the messages in a folder.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/03 07:17:28 $
Author:
$Author: wtanaka $

Method Summary
 int getMaxSelectionIndex()
           
 int getMinSelectionIndex()
           
 boolean isSelectedIndex(int index)
          Returns true if the specified index is selected
 

Method Detail

isSelectedIndex

public boolean isSelectedIndex(int index)
Returns true if the specified index is selected
Returns:
true if the specified index is selected, false if it is not.

getMaxSelectionIndex

public int getMaxSelectionIndex()

getMinSelectionIndex

public int getMinSelectionIndex()