| | |
| | void | addPropertyChangeListener(PropertyChangeListener listener) |
|
| | void | addSelectionPath(TreePath path) |
|
| | void | addSelectionPaths(TreePath[] paths) |
|
| | void | addTreeSelectionListener(TreeSelectionListener x) |
|
| | void | clearSelection() |
|
| | TreePath | getLeadSelectionPath() |
|
| | int | getLeadSelectionRow() |
|
| | int | getMaxSelectionRow() |
|
| | int | getMinSelectionRow() |
|
| | RowMapper | getRowMapper() |
|
| | int | getSelectionCount() |
|
| | int | getSelectionMode() |
|
| | TreePath | getSelectionPath() |
|
| | TreePath[] | getSelectionPaths() |
|
| | int[] | getSelectionRows() |
|
| | boolean | isPathSelected(TreePath path) |
|
| | boolean | isRowSelected(int row) |
|
| | boolean | isSelectionEmpty() |
|
| | void | removePropertyChangeListener(PropertyChangeListener listener) |
|
| | void | removeSelectionPath(TreePath path) |
|
| | void | removeSelectionPaths(TreePath[] paths) |
|
| | void | removeTreeSelectionListener(TreeSelectionListener x) |
|
| | void | resetRowSelection() |
|
| | void | setRowMapper(RowMapper newMapper) |
|
| | void | setSelectionMode(int mode) |
|
| | void | setSelectionPath(TreePath path) |
|
| | void | setSelectionPaths(TreePath[] paths) |
|