| javax.swing.ListSelectionModel
All known Subclasses: javax.swing.DefaultListSelectionModel,
ListSelectionModel | public interface ListSelectionModel (Code) | | |
MULTIPLE_INTERVAL_SELECTION | final public static int MULTIPLE_INTERVAL_SELECTION(Code) | | |
SINGLE_INTERVAL_SELECTION | final public static int SINGLE_INTERVAL_SELECTION(Code) | | |
SINGLE_SELECTION | final public static int SINGLE_SELECTION(Code) | | |
addSelectionInterval | public void addSelectionInterval(int index0, int index1)(Code) | | |
clearSelection | public void clearSelection()(Code) | | |
getAnchorSelectionIndex | public int getAnchorSelectionIndex()(Code) | | |
getLeadSelectionIndex | public int getLeadSelectionIndex()(Code) | | |
getMaxSelectionIndex | public int getMaxSelectionIndex()(Code) | | |
getMinSelectionIndex | public int getMinSelectionIndex()(Code) | | |
getSelectionMode | public int getSelectionMode()(Code) | | |
getValueIsAdjusting | public boolean getValueIsAdjusting()(Code) | | |
insertIndexInterval | public void insertIndexInterval(int index, int length, boolean before)(Code) | | |
isSelectedIndex | public boolean isSelectedIndex(int index)(Code) | | |
isSelectionEmpty | public boolean isSelectionEmpty()(Code) | | |
removeIndexInterval | public void removeIndexInterval(int index0, int index1)(Code) | | |
removeSelectionInterval | public void removeSelectionInterval(int index0, int index1)(Code) | | |
setAnchorSelectionIndex | public void setAnchorSelectionIndex(int index)(Code) | | |
setLeadSelectionIndex | public void setLeadSelectionIndex(int index1)(Code) | | |
setSelectionInterval | public void setSelectionInterval(int index0, int index1)(Code) | | |
setSelectionMode | public void setSelectionMode(int index)(Code) | | |
setValueIsAdjusting | public void setValueIsAdjusting(boolean value)(Code) | | |
|
|