Class FisheryTreeSelectionModel
java.lang.Object
javax.swing.tree.DefaultTreeSelectionModel
fr.ifremer.isisfish.ui.input.tree.FisheryTreeSelectionModel
- All Implemented Interfaces:
Serializable,Cloneable,TreeSelectionModel
Surcharge du model de selection de l'arbre de pecherie pour
intersepter les changements de noeud dans le cas où l'utilisateur
n'aurais pas sauvé une UI et eviter de boucler dans le cas d'une
annulation.
- See Also:
-
Field Summary
FieldsFields inherited from class javax.swing.tree.DefaultTreeSelectionModel
changeSupport, leadIndex, leadPath, leadRow, listenerList, listSelectionModel, rowMapper, selection, SELECTION_MODE_PROPERTY, selectionModeFields inherited from interface javax.swing.tree.TreeSelectionModel
CONTIGUOUS_TREE_SELECTION, DISCONTIGUOUS_TREE_SELECTION, SINGLE_TREE_SELECTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSelectionPath(TreePath path) voidaddSelectionPaths(TreePath[] paths) voidvoidremoveSelectionPath(TreePath path) voidremoveSelectionPaths(TreePath[] paths) voidsetSelectionPath(TreePath path) voidsetSelectionPaths(TreePath[] pPaths) protected booleanMethods inherited from class javax.swing.tree.DefaultTreeSelectionModel
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
-
Field Details
-
ui
-
-
Constructor Details
-
FisheryTreeSelectionModel
-
-
Method Details
-
setSelectionPath
- Specified by:
setSelectionPathin interfaceTreeSelectionModel- Overrides:
setSelectionPathin classDefaultTreeSelectionModel
-
setSelectionPaths
- Specified by:
setSelectionPathsin interfaceTreeSelectionModel- Overrides:
setSelectionPathsin classDefaultTreeSelectionModel
-
addSelectionPath
- Specified by:
addSelectionPathin interfaceTreeSelectionModel- Overrides:
addSelectionPathin classDefaultTreeSelectionModel
-
addSelectionPaths
- Specified by:
addSelectionPathsin interfaceTreeSelectionModel- Overrides:
addSelectionPathsin classDefaultTreeSelectionModel
-
removeSelectionPath
- Specified by:
removeSelectionPathin interfaceTreeSelectionModel- Overrides:
removeSelectionPathin classDefaultTreeSelectionModel
-
removeSelectionPaths
- Specified by:
removeSelectionPathsin interfaceTreeSelectionModel- Overrides:
removeSelectionPathsin classDefaultTreeSelectionModel
-
clearSelection
public void clearSelection()- Specified by:
clearSelectionin interfaceTreeSelectionModel- Overrides:
clearSelectionin classDefaultTreeSelectionModel
-
willContinueSelection
protected boolean willContinueSelection()
-