| |
|
| javax.swing.tree.TreeSelectionModel
All known Subclasses: javax.swing.tree.DefaultTreeSelectionModel,
TreeSelectionModel | public interface TreeSelectionModel (Code) | | |
CONTIGUOUS_TREE_SELECTION | final static int CONTIGUOUS_TREE_SELECTION(Code) | | |
DISCONTIGUOUS_TREE_SELECTION | final static int DISCONTIGUOUS_TREE_SELECTION(Code) | | |
SINGLE_TREE_SELECTION | final static int SINGLE_TREE_SELECTION(Code) | | |
clearSelection | void clearSelection()(Code) | | |
getLeadSelectionRow | int getLeadSelectionRow()(Code) | | |
getMaxSelectionRow | int getMaxSelectionRow()(Code) | | |
getMinSelectionRow | int getMinSelectionRow()(Code) | | |
getSelectionCount | int getSelectionCount()(Code) | | |
getSelectionMode | int getSelectionMode()(Code) | | |
getSelectionRows | int[] getSelectionRows()(Code) | | |
isRowSelected | boolean isRowSelected(int row)(Code) | | |
isSelectionEmpty | boolean isSelectionEmpty()(Code) | | |
removeSelectionPaths | void removeSelectionPaths(TreePath[] paths)(Code) | | |
resetRowSelection | void resetRowSelection()(Code) | | |
setSelectionMode | void setSelectionMode(int mode)(Code) | | |
|
|
|