kiwi.ui
Class KTable._SelectionModel

java.lang.Object
  extended byjavax.swing.DefaultListSelectionModel
      extended bykiwi.ui.KTable._SelectionModel
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.ListSelectionModel, java.io.Serializable
Enclosing class:
KTable

private class KTable._SelectionModel
extends javax.swing.DefaultListSelectionModel


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

KTable._SelectionModel

private KTable._SelectionModel()
Method Detail

clearSelection

public void clearSelection()

addSelectionInterval

public void addSelectionInterval(int a,
                                 int b)

insertIndexInterval

public void insertIndexInterval(int a,
                                int b,
                                boolean before)

removeIndexInterval

public void removeIndexInterval(int a,
                                int b)

setSelectionInterval

public void setSelectionInterval(int a,
                                 int b)

setAnchorSelectionIndex

public void setAnchorSelectionIndex(int a)

setLeadSelectionIndex

public void setLeadSelectionIndex(int a)