fr.ifremer.isisfish.ui.input.tree
Class FisheryTreeSelectionModel
java.lang.Object
javax.swing.tree.DefaultTreeSelectionModel
fr.ifremer.isisfish.ui.input.tree.FisheryTreeSelectionModel
- All Implemented Interfaces:
- Serializable, Cloneable, TreeSelectionModel
public class FisheryTreeSelectionModel
- extends DefaultTreeSelectionModel
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:
- Serialized Form
| Methods 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 |
ui
protected InputUI ui
FisheryTreeSelectionModel
public FisheryTreeSelectionModel(InputUI ui)
setSelectionPath
public void setSelectionPath(TreePath path)
- Specified by:
setSelectionPath in interface TreeSelectionModel- Overrides:
setSelectionPath in class DefaultTreeSelectionModel
setSelectionPaths
public void setSelectionPaths(TreePath[] pPaths)
- Specified by:
setSelectionPaths in interface TreeSelectionModel- Overrides:
setSelectionPaths in class DefaultTreeSelectionModel
addSelectionPath
public void addSelectionPath(TreePath path)
- Specified by:
addSelectionPath in interface TreeSelectionModel- Overrides:
addSelectionPath in class DefaultTreeSelectionModel
addSelectionPaths
public void addSelectionPaths(TreePath[] paths)
- Specified by:
addSelectionPaths in interface TreeSelectionModel- Overrides:
addSelectionPaths in class DefaultTreeSelectionModel
removeSelectionPath
public void removeSelectionPath(TreePath path)
- Specified by:
removeSelectionPath in interface TreeSelectionModel- Overrides:
removeSelectionPath in class DefaultTreeSelectionModel
removeSelectionPaths
public void removeSelectionPaths(TreePath[] paths)
- Specified by:
removeSelectionPaths in interface TreeSelectionModel- Overrides:
removeSelectionPaths in class DefaultTreeSelectionModel
clearSelection
public void clearSelection()
- Specified by:
clearSelection in interface TreeSelectionModel- Overrides:
clearSelection in class DefaultTreeSelectionModel
willContinueSelection
protected boolean willContinueSelection()
Copyright © 1999-2012 CodeLutin. All Rights Reserved.