| java.lang.Object com.tc.admin.common.NullListSelectionModel
NULL_SELECTION | final public static int NULL_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 index)(Code) | | |
setSelectionInterval | public void setSelectionInterval(int index0, int index1)(Code) | | |
setSelectionMode | public void setSelectionMode(int selectionMode)(Code) | | |
setValueIsAdjusting | public void setValueIsAdjusting(boolean valueIsAdjusting)(Code) | | |
|
|