hep.wired.util.tree
Class WiredTreeSelectionModel
java.lang.Object
javax.swing.tree.DefaultTreeSelectionModel
hep.wired.util.tree.WiredTreeSelectionModel
- All Implemented Interfaces:
- Serializable, Cloneable, TreeSelectionModel
public class WiredTreeSelectionModel
- extends DefaultTreeSelectionModel
- Version:
- $Id: $
- Author:
- Dmitry Onoprienko
- See Also:
- Serialized Form
Methods inherited from class javax.swing.tree.DefaultTreeSelectionModel |
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 |
WiredTreeSelectionModel
public WiredTreeSelectionModel()
addSelectionPath
public void addSelectionPath(TreePath path)
- Specified by:
addSelectionPath
in interface TreeSelectionModel
- Overrides:
addSelectionPath
in class DefaultTreeSelectionModel
addSelectionPaths
public void addSelectionPaths(TreePath[] paths)
- Specified by:
addSelectionPaths
in interface TreeSelectionModel
- Overrides:
addSelectionPaths
in class DefaultTreeSelectionModel
clearSelection
public void clearSelection()
- Specified by:
clearSelection
in interface TreeSelectionModel
- Overrides:
clearSelection
in class DefaultTreeSelectionModel
removeSelectionPath
public void removeSelectionPath(TreePath path)
- Specified by:
removeSelectionPath
in interface TreeSelectionModel
- Overrides:
removeSelectionPath
in class DefaultTreeSelectionModel
removeSelectionPaths
public void removeSelectionPaths(TreePath[] paths)
- Specified by:
removeSelectionPaths
in interface TreeSelectionModel
- Overrides:
removeSelectionPaths
in class DefaultTreeSelectionModel
setSelectionPath
public void setSelectionPath(TreePath path)
- Specified by:
setSelectionPath
in interface TreeSelectionModel
- Overrides:
setSelectionPath
in class DefaultTreeSelectionModel
setSelectionPaths
public void setSelectionPaths(TreePath[] paths)
- Specified by:
setSelectionPaths
in interface TreeSelectionModel
- Overrides:
setSelectionPaths
in class DefaultTreeSelectionModel
Copyright © 1996-2013 FreeHEP. All Rights Reserved.