org.springframework.richclient.progress
Class TreeStatusBarUpdater

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

public abstract class TreeStatusBarUpdater
extends TreeSelectionListenerSupport


Constructor Summary
TreeStatusBarUpdater(StatusBar statusBar)
           
 
Method Summary
protected abstract  String getSelectedObjectName()
           
protected  void onMultiSelection(TreePath[] newPaths)
           
protected  void onNoSelection()
           
protected  void onSingleSelection(TreePath newPath)
           
 
Methods inherited from class org.springframework.richclient.tree.TreeSelectionListenerSupport
getItemsSelected, onMultiSelection, onNoSelection, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeStatusBarUpdater

public TreeStatusBarUpdater(StatusBar statusBar)
Method Detail

onSingleSelection

protected void onSingleSelection(TreePath newPath)
Overrides:
onSingleSelection in class TreeSelectionListenerSupport

getSelectedObjectName

protected abstract String getSelectedObjectName()

onMultiSelection

protected void onMultiSelection(TreePath[] newPaths)
Overrides:
onMultiSelection in class TreeSelectionListenerSupport

onNoSelection

protected void onNoSelection()
Overrides:
onNoSelection in class TreeSelectionListenerSupport


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.