|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.swing.tree.DefaultTreeSelectionModel | +--oracle.dacf.control.swing.TreeControl.TreeControlTree.TreeControlSelectionModel
Fields inherited from class javax.swing.tree.DefaultTreeSelectionModel |
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionMode |
Fields inherited from interface javax.swing.tree.TreeSelectionModel |
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION |
Constructor Summary | |
TreeControl.TreeControlTree.TreeControlSelectionModel()
|
Method Summary | |
void |
addSelectionPaths(javax.swing.tree.TreePath[] paths)
Adds paths to the current selection. |
protected void |
fireValueChanged(javax.swing.event.TreeSelectionEvent event)
|
void |
removeSelectionPaths(javax.swing.tree.TreePath[] paths)
Removes paths from the selection. |
void |
setSelectionPaths(javax.swing.tree.TreePath[] pPaths)
Sets the selection to the paths in paths. |
Methods inherited from class javax.swing.tree.DefaultTreeSelectionModel |
addPropertyChangeListener, addSelectionPath, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clearSelection, clone, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeSelectionPath, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, setSelectionPath, toString, updateLeadIndex |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TreeControl.TreeControlTree.TreeControlSelectionModel()
Method Detail |
public void setSelectionPaths(javax.swing.tree.TreePath[] pPaths)
setSelectionPaths
in class javax.swing.tree.DefaultTreeSelectionModel
paths
- new selection.public void addSelectionPaths(javax.swing.tree.TreePath[] paths)
addSelectionPaths
in class javax.swing.tree.DefaultTreeSelectionModel
path
- the new path to add to the current selection.public void removeSelectionPaths(javax.swing.tree.TreePath[] paths)
removeSelectionPaths
in class javax.swing.tree.DefaultTreeSelectionModel
path
- the path to remove from the selection.protected void fireValueChanged(javax.swing.event.TreeSelectionEvent event)
fireValueChanged
in class javax.swing.tree.DefaultTreeSelectionModel
|
Oracle Data-aware Controls Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |