com.ibm.as400.ui.framework.java
Class PanelTreeTableSelectionModel

java.lang.Object
  extended by javax.swing.DefaultListSelectionModel
      extended by com.ibm.as400.ui.framework.java.PanelTreeTableSelectionModel
All Implemented Interfaces:
Serializable, Cloneable, ListSelectionModel

public class PanelTreeTableSelectionModel
extends DefaultListSelectionModel

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 
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
Constructor and Description
PanelTreeTableSelectionModel(JTable table)
           
 
Method Summary
Modifier and Type Method and Description
 JTable getTable()
           
 void setTable(JTable table)
           
 
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjusting, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PanelTreeTableSelectionModel

public PanelTreeTableSelectionModel(JTable table)
Method Detail

getTable

public JTable getTable()

setTable

public void setTable(JTable table)