| | |
| public | void | addPropertyChangeListener(PropertyChangeListener listener) |
|
| public | void | addSelectionPath(TreePath path) |
|
| public | void | addSelectionPaths(TreePath[] paths) |
|
| public | void | addTreeSelectionListener(TreeSelectionListener x) |
|
| protected | boolean | arePathsContiguous(TreePath[] paths) |
|
| protected | boolean | canPathsBeAdded(TreePath[] paths) |
|
| protected | boolean | canPathsBeRemoved(TreePath[] paths) |
|
| public | void | clearSelection() |
|
| public | Object | clone() Throws: CloneNotSupportedException Overrides: Object |
|
| protected | void | fireValueChanged(TreeSelectionEvent e) |
|
| public | TreePath | getLeadSelectionPath() |
|
| public | int | getLeadSelectionRow() |
|
| public | Object[] | getListeners(Class listenerType) Throws: ClassCastException |
|
| public | int | getMaxSelectionRow() |
|
| public | int | getMinSelectionRow() |
|
| public | PropertyChangeListener[] | getPropertyChangeListeners() |
|
| public | RowMapper | getRowMapper() |
|
| public | int | getSelectionCount() |
|
| public | int | getSelectionMode() |
|
| public | TreePath | getSelectionPath() |
|
| public | TreePath[] | getSelectionPaths() |
|
| public | int[] | getSelectionRows() |
|
| public | TreeSelectionListener[] | getTreeSelectionListeners() |
|
| protected | void | insureRowContinuity() |
|
| protected | void | insureUniqueness() |
|
| public | boolean | isPathSelected(TreePath path) |
|
| public | boolean | isRowSelected(int row) |
|
| public | boolean | isSelectionEmpty() |
|
| protected | void | notifyPathChange(Vector changedPaths, TreePath oldLeadSelection) |
|
| public | void | removePropertyChangeListener(PropertyChangeListener listener) |
|
| public | void | removeSelectionPath(TreePath path) |
|
| public | void | removeSelectionPaths(TreePath[] paths) |
|
| public | void | removeTreeSelectionListener(TreeSelectionListener x) |
|
| public | void | resetRowSelection() |
|
| public | void | setRowMapper(RowMapper newMapper) |
|
| public | void | setSelectionMode(int mode) |
|
| public | void | setSelectionPath(TreePath path) |
|
| public | void | setSelectionPaths(TreePath[] pPaths) |
|
| public | String | toString() Overrides: Object |
|
| protected | void | updateLeadIndex() |
|