public class WiredTreeSelectionModel extends DefaultTreeSelectionModel
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionMode
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION
Constructor and Description |
---|
WiredTreeSelectionModel() |
Modifier and Type | Method and Description |
---|---|
void |
addSelectionPath(TreePath path) |
void |
addSelectionPaths(TreePath[] paths) |
void |
clearSelection() |
void |
removeSelectionPath(TreePath path) |
void |
removeSelectionPaths(TreePath[] paths) |
void |
setSelectionPath(TreePath path) |
void |
setSelectionPaths(TreePath[] paths) |
addPropertyChangeListener, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clone, fireValueChanged, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getPropertyChangeListeners, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, getTreeSelectionListeners, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, toString, updateLeadIndex
public void addSelectionPath(TreePath path)
addSelectionPath
in interface TreeSelectionModel
addSelectionPath
in class DefaultTreeSelectionModel
public void addSelectionPaths(TreePath[] paths)
addSelectionPaths
in interface TreeSelectionModel
addSelectionPaths
in class DefaultTreeSelectionModel
public void clearSelection()
clearSelection
in interface TreeSelectionModel
clearSelection
in class DefaultTreeSelectionModel
public void removeSelectionPath(TreePath path)
removeSelectionPath
in interface TreeSelectionModel
removeSelectionPath
in class DefaultTreeSelectionModel
public void removeSelectionPaths(TreePath[] paths)
removeSelectionPaths
in interface TreeSelectionModel
removeSelectionPaths
in class DefaultTreeSelectionModel
public void setSelectionPath(TreePath path)
setSelectionPath
in interface TreeSelectionModel
setSelectionPath
in class DefaultTreeSelectionModel
public void setSelectionPaths(TreePath[] paths)
setSelectionPaths
in interface TreeSelectionModel
setSelectionPaths
in class DefaultTreeSelectionModel
Copyright © 1996-2014 FreeHEP. All Rights Reserved.