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

java.lang.Object
  |
  +--javax.swing.DefaultListSelectionModel
        |
        +--com.ibm.as400.ui.framework.java.PanelTreeTableSelectionModel
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.ListSelectionModel, java.io.Serializable

public class PanelTreeTableSelectionModel
extends javax.swing.DefaultListSelectionModel

See Also:
Serialized Form

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
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, getListeners, 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)