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, selectionMode
CONTIGUOUS_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, updateLeadIndex
protected InputUI ui
public FisheryTreeSelectionModel(InputUI ui)
public void setSelectionPath(TreePath path)
setSelectionPath
in interface TreeSelectionModel
setSelectionPath
in class DefaultTreeSelectionModel
public void setSelectionPaths(TreePath[] pPaths)
setSelectionPaths
in interface TreeSelectionModel
setSelectionPaths
in class DefaultTreeSelectionModel
public void addSelectionPath(TreePath path)
addSelectionPath
in interface TreeSelectionModel
addSelectionPath
in class DefaultTreeSelectionModel
public void addSelectionPaths(TreePath[] paths)
addSelectionPaths
in interface TreeSelectionModel
addSelectionPaths
in class DefaultTreeSelectionModel
public void removeSelectionPath(TreePath path)
removeSelectionPath
in interface TreeSelectionModel
removeSelectionPath
in class DefaultTreeSelectionModel
public void removeSelectionPaths(TreePath[] paths)
removeSelectionPaths
in interface TreeSelectionModel
removeSelectionPaths
in class DefaultTreeSelectionModel
public void clearSelection()
clearSelection
in interface TreeSelectionModel
clearSelection
in class DefaultTreeSelectionModel
protected boolean willContinueSelection()
Copyright © 1999–2020 CodeLutin. All rights reserved.