org.springframework.richclient.tree
Class TreeSelectionListenerSupport

java.lang.Object
  extended by org.springframework.richclient.tree.TreeSelectionListenerSupport
All Implemented Interfaces:
EventListener, TreeSelectionListener
Direct Known Subclasses:
TreeStatusBarUpdater

public class TreeSelectionListenerSupport
extends Object
implements TreeSelectionListener


Constructor Summary
TreeSelectionListenerSupport()
           
 
Method Summary
protected  int getItemsSelected()
           
protected  void onMultiSelection(TreePath[] addedPaths)
           
protected  void onMultiSelection(TreePath[] addedPaths, TreePath[] removedPaths)
           
protected  void onNoSelection()
           
protected  void onNoSelection(TreePath[] removedPaths)
           
protected  void onSingleSelection(TreePath selectedPath)
           
 void valueChanged(TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeSelectionListenerSupport

public TreeSelectionListenerSupport()
Method Detail

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.