public class FisheryTreeSelectionModel extends DefaultTreeSelectionModel
| Modifier and Type | Field and Description |
|---|---|
protected InputUI |
ui |
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionModeCONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION| Constructor and Description |
|---|
FisheryTreeSelectionModel(InputUI ui) |
| 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[] pPaths) |
protected boolean |
willContinueSelection() |
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, updateLeadIndexprotected InputUI ui
public FisheryTreeSelectionModel(InputUI ui)
public void setSelectionPath(TreePath path)
setSelectionPath in interface TreeSelectionModelsetSelectionPath in class DefaultTreeSelectionModelpublic void setSelectionPaths(TreePath[] pPaths)
setSelectionPaths in interface TreeSelectionModelsetSelectionPaths in class DefaultTreeSelectionModelpublic void addSelectionPath(TreePath path)
addSelectionPath in interface TreeSelectionModeladdSelectionPath in class DefaultTreeSelectionModelpublic void addSelectionPaths(TreePath[] paths)
addSelectionPaths in interface TreeSelectionModeladdSelectionPaths in class DefaultTreeSelectionModelpublic void removeSelectionPath(TreePath path)
removeSelectionPath in interface TreeSelectionModelremoveSelectionPath in class DefaultTreeSelectionModelpublic void removeSelectionPaths(TreePath[] paths)
removeSelectionPaths in interface TreeSelectionModelremoveSelectionPaths in class DefaultTreeSelectionModelpublic void clearSelection()
clearSelection in interface TreeSelectionModelclearSelection in class DefaultTreeSelectionModelprotected boolean willContinueSelection()
Copyright © 1999–2013 CodeLutin. All rights reserved.