| java.lang.Object javax.swing.DefaultListSelectionModel org.itsnat.impl.comp.EmptyListSelectionModelImpl
EmptyListSelectionModelImpl | public EmptyListSelectionModelImpl()(Code) | | Creates a new instance of EmptyListSelectionModelImpl
|
addSelectionInterval | public void addSelectionInterval(int index0, int index1)(Code) | | |
clearSelection | public void clearSelection()(Code) | | |
insertIndexInterval | public void insertIndexInterval(int index, int length, boolean before)(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) | | |
setLeadAnchorNotificationEnabled | public void setLeadAnchorNotificationEnabled(boolean flag)(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) | | |
|
|