jaxx.runtime.swing.navigation.handler
Class NavigationOneClicSelectionHandler<E extends NavigationNode<E>>
java.lang.Object
javax.swing.tree.DefaultTreeSelectionModel
jaxx.runtime.swing.navigation.handler.AbstractNavigationHandler<E>
jaxx.runtime.swing.navigation.handler.NavigationMultiTreeHandler<E>
jaxx.runtime.swing.navigation.handler.NavigationOneClicSelectionHandler<E>
- All Implemented Interfaces:
- Serializable, Cloneable, EventListener, TreeSelectionListener, TreeSelectionModel, NavigationHandler<E>
Deprecated. since 2.1, prefer use the simplify api jaxx.runtime.swing.tree.
@Deprecated
public abstract class NavigationOneClicSelectionHandler<E extends NavigationNode<E>>
- extends NavigationMultiTreeHandler<E>
The handler of a navigation tree.
This is also the selection model to use, since we must check before moving
from nodes we can not just listen selection model changed, we must control
it.
This one is used to enable one clic multi selection
- Since:
- 2.0.1
- Author:
- sletellier
- See Also:
- Serialized Form
| Methods inherited from class javax.swing.tree.DefaultTreeSelectionModel |
addPropertyChangeListener, addSelectionPath, addSelectionPaths, addTreeSelectionListener, arePathsContiguous, canPathsBeAdded, canPathsBeRemoved, clearSelection, clone, fireValueChanged, getLeadSelectionPath, getLeadSelectionRow, getListeners, getMaxSelectionRow, getMinSelectionRow, getPropertyChangeListeners, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, getTreeSelectionListeners, insureRowContinuity, insureUniqueness, isPathSelected, isRowSelected, isSelectionEmpty, notifyPathChange, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode, toString, updateLeadIndex |
| Methods inherited from interface javax.swing.tree.TreeSelectionModel |
addPropertyChangeListener, addSelectionPath, addSelectionPaths, addTreeSelectionListener, clearSelection, getLeadSelectionPath, getLeadSelectionRow, getMaxSelectionRow, getMinSelectionRow, getRowMapper, getSelectionCount, getSelectionMode, getSelectionPath, getSelectionPaths, getSelectionRows, isPathSelected, isRowSelected, isSelectionEmpty, removePropertyChangeListener, removeSelectionPath, removeSelectionPaths, removeTreeSelectionListener, resetRowSelection, setRowMapper, setSelectionMode |
NavigationOneClicSelectionHandler
public NavigationOneClicSelectionHandler(String contextPrefix,
JAXXObject context,
NavigationHandler.Strategy strategy)
- Deprecated.
setSelectionPath
public void setSelectionPath(TreePath path)
- Deprecated.
- Specified by:
setSelectionPath in interface TreeSelectionModel- Specified by:
setSelectionPath in interface NavigationHandler<E extends NavigationNode<E>>- Overrides:
setSelectionPath in class AbstractNavigationHandler<E extends NavigationNode<E>>
Copyright © 2008-2010 CodeLutin. All Rights Reserved.