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

java.lang.Object
  |
  +--javax.swing.DefaultListSelectionModel
        |
        +--com.ibm.as400.ui.framework.java.PanelTreeTableSelectionModel

public class PanelTreeTableSelectionModel
extends javax.swing.DefaultListSelectionModel

See Also:
Serialized Form

Fields inherited from class javax.swing.DefaultListSelectionModel
leadAnchorNotificationEnabled, listenerList
 
Constructor Summary
PanelTreeTableSelectionModel(javax.swing.JTable table)
           
 
Method Summary
 javax.swing.JTable getTable()
           
 void setTable(javax.swing.JTable table)
           
 
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, 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(javax.swing.JTable table)
Method Detail

getTable

public javax.swing.JTable getTable()

setTable

public void setTable(javax.swing.JTable table)