wtanaka.praya.obj
Interface FolderSelectionModel
- public interface FolderSelectionModel
Represents a subset of the messages in a folder.
Return to
or the Praya Homepage
- Version:
- $Name: $ $Date: 2001/10/03 07:17:28 $
- Author:
- $Author: wtanaka $
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()