com.dlsc.flexgantt.swing.treetable
Interface ITreeTableSelectionModel

All Superinterfaces:
javax.swing.tree.TreeSelectionModel
All Known Implementing Classes:
DefaultTreeTableSelectionModel

public interface ITreeTableSelectionModel
extends javax.swing.tree.TreeSelectionModel

A selection model definition used for supporting selections performed in an instance of a TreeTable. This interface currently does not provide any additonal features compared to the standard TreeSelectionModel but future releases might (e.g. cell selection support).

Since:
1.0
Author:
Dirk Lemmermann

Field Summary
 
Fields inherited from interface javax.swing.tree.TreeSelectionModel
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
 
Method Summary
 
Methods inherited from interface javax.swing.tree.TreeSelectionModel
addPropertyChangeListener, addSelectionPath, addSelectionPaths, addTreeSelectionListener, clearSelection, getLeadSelectionPath, getLeadSelectionRow, getMaxSelectionRow, getMinSelectionRow, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, isPathSelected, isRowSelected, isSelectionEmpty, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, setSelectionPaths