org.springframework.richclient.tree
Class TreeSelectionListenerSupport
java.lang.Object
org.springframework.richclient.tree.TreeSelectionListenerSupport
- All Implemented Interfaces:
- EventListener, TreeSelectionListener
- Direct Known Subclasses:
- TreeStatusBarUpdater
public class TreeSelectionListenerSupport
- extends Object
- implements TreeSelectionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeSelectionListenerSupport
public TreeSelectionListenerSupport()
getItemsSelected
protected int getItemsSelected()
valueChanged
public void valueChanged(TreeSelectionEvent e)
- Specified by:
valueChanged in interface TreeSelectionListener
onSingleSelection
protected void onSingleSelection(TreePath selectedPath)
onNoSelection
protected void onNoSelection(TreePath[] removedPaths)
onNoSelection
protected void onNoSelection()
onMultiSelection
protected void onMultiSelection(TreePath[] addedPaths,
TreePath[] removedPaths)
onMultiSelection
protected void onMultiSelection(TreePath[] addedPaths)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.