se.liu.ida.critiquer.gui
Class FreezableTreeSelection
java.lang.Object
javax.swing.tree.DefaultTreeSelectionModel
se.liu.ida.critiquer.gui.FreezableTreeSelection
- All Implemented Interfaces:
- Serializable, Cloneable, TreeSelectionModel
public class FreezableTreeSelection
- extends DefaultTreeSelectionModel
- See Also:
- Serialized Form
Methods inherited from class javax.swing.tree.DefaultTreeSelectionModel |
addPropertyChangeListener, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clearSelection, clone, fireValueChanged, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getPropertyChangeListeners, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, getTreeSelectionListeners, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, toString, updateLeadIndex |
FreezableTreeSelection
public FreezableTreeSelection()
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
setSelectionPath
public void setSelectionPath(TreePath path)
- Specified by:
setSelectionPath
in interface TreeSelectionModel
- Overrides:
setSelectionPath
in class DefaultTreeSelectionModel
setSelectionPaths
public void setSelectionPaths(TreePath[] pPaths)
- Specified by:
setSelectionPaths
in interface TreeSelectionModel
- Overrides:
setSelectionPaths
in class DefaultTreeSelectionModel
isFreezed
public boolean isFreezed()
- Returns:
- Returns the freezed.
setFreezed
public void setFreezed(boolean freezed)
- Parameters:
freezed
- The freezed to set.