org.springframework.richclient.progress
Class TreeStatusBarUpdater
java.lang.Object
org.springframework.richclient.tree.TreeSelectionListenerSupport
org.springframework.richclient.progress.TreeStatusBarUpdater
- All Implemented Interfaces:
- EventListener, TreeSelectionListener
public abstract class TreeStatusBarUpdater
- extends TreeSelectionListenerSupport
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeStatusBarUpdater
public TreeStatusBarUpdater(StatusBar statusBar)
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.