|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.DefaultListSelectionModel
kiwi.ui.KTable._SelectionModel
Field Summary |
Fields inherited from class javax.swing.DefaultListSelectionModel |
leadAnchorNotificationEnabled, listenerList |
Fields inherited from interface javax.swing.ListSelectionModel |
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION |
Constructor Summary | |
private |
KTable._SelectionModel()
|
Method Summary | |
void |
addSelectionInterval(int a,
int b)
|
void |
clearSelection()
|
void |
insertIndexInterval(int a,
int b,
boolean before)
|
void |
removeIndexInterval(int a,
int b)
|
void |
setAnchorSelectionIndex(int a)
|
void |
setLeadSelectionIndex(int a)
|
void |
setSelectionInterval(int a,
int b)
|
Methods inherited from class javax.swing.DefaultListSelectionModel |
addListSelectionListener, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, removeListSelectionListener, removeSelectionInterval, setLeadAnchorNotificationEnabled, setSelectionMode, setValueIsAdjusting, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
private KTable._SelectionModel()
Method Detail |
public void clearSelection()
public void addSelectionInterval(int a, int b)
public void insertIndexInterval(int a, int b, boolean before)
public void removeIndexInterval(int a, int b)
public void setSelectionInterval(int a, int b)
public void setAnchorSelectionIndex(int a)
public void setLeadSelectionIndex(int a)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |