publicsynchronized void
addPropertyChangeListener
(PropertyChangeListener listener)
[Inherited From DefaultTreeSelectionModel]
public void
addSelectionPaths
(TreePath paths)
[Overrides DefaultTreeSelectionModel]
null implementation that adds nothing.
public void
addTreeSelectionListener
(TreeSelectionListener x)
[Inherited From DefaultTreeSelectionModel]
protected boolean
arePathsContiguous
(TreePath paths)
[Inherited From DefaultTreeSelectionModel]
public PropertyChangeListener
getPropertyChangeListeners
()
[Inherited From DefaultTreeSelectionModel]
public RowMapper
getRowMapper
()
[Inherited From DefaultTreeSelectionModel]
public int
getSelectionCount
()
[Inherited From DefaultTreeSelectionModel]
public int
getSelectionMode
()
[Inherited From DefaultTreeSelectionModel]
SINGLE_TREE_SELECTION,
DISCONTIGUOUS_TREE_SELECTION or
CONTIGUOUS_TREE_SELECTION.
public TreeSelectionListener
getTreeSelectionListeners
()
[Inherited From DefaultTreeSelectionModel]
public boolean
isPathSelected
(TreePath path)
[Inherited From DefaultTreeSelectionModel]
path,
is in the current selection.
public boolean
isRowSelected
(int row)
[Inherited From DefaultTreeSelectionModel]
row is selected.
public boolean
isSelectionEmpty
()
[Inherited From DefaultTreeSelectionModel]
protected void
notifyPathChange
(Vector<PathPlaceHolder> changedPaths, TreePath oldLeadSelection)
[Inherited From DefaultTreeSelectionModel]
publicsynchronized void
removePropertyChangeListener
(PropertyChangeListener listener)
[Inherited From DefaultTreeSelectionModel]
public void
removeSelectionPaths
(TreePath paths)
[Overrides DefaultTreeSelectionModel]
null implementation that removes nothing.
public void
removeTreeSelectionListener
(TreeSelectionListener x)
[Inherited From DefaultTreeSelectionModel]
public void
setSelectionPaths
(TreePath pPaths)
[Overrides DefaultTreeSelectionModel]
null implementation that selects nothing.
publicstatic EmptySelectionModel
sharedInstance
()
protected void
updateLeadIndex
()
[Inherited From DefaultTreeSelectionModel]
protected
SwingPropertyChangeSupport changeSupport
[Inherited From DefaultTreeSelectionModel]
protected
int leadIndex
[Inherited From DefaultTreeSelectionModel]
protected
EventListenerList listenerList
[Inherited From DefaultTreeSelectionModel]
protectedtransient
RowMapper rowMapper
[Inherited From DefaultTreeSelectionModel]
publicfinalstatic
String SELECTION_MODE_PROPERTY
= "selectionMode"
[Inherited From DefaultTreeSelectionModel]
protected
int selectionMode
[Inherited From DefaultTreeSelectionModel]