public class TreeTableSelectionModel
extends javax.swing.tree.DefaultTreeSelectionModel
implements javax.swing.event.ListSelectionListener
Constructor and Description |
---|
TreeTableSelectionModel() |
Modifier and Type | Method and Description |
---|---|
javax.swing.ListSelectionModel |
getListSelectionModel() |
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
addPropertyChangeListener, addSelectionPath, addSelectionPaths, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clearSelection, clone, fireValueChanged, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getPropertyChangeListeners, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, getTreeSelectionListeners, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, setSelectionPaths, toString, updateLeadIndex
public javax.swing.ListSelectionModel getListSelectionModel()
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
ListSelectionListener.valueChanged(javax.swing.event.ListSelectionEvent)