Package dsto.dfc.swing.status

A status bar control.

See:
          Description

Class Summary
LogStatusAdapter Sends log events to a status manager.
MenuStatusAdapter Listens to the global MenuSelectionManager class and auto sets/unsets the current status of the StatusManager to the description associated with the currently selected menu item.
StatusBar A status bar control that displays the current status of a StatusManager.
StatusManager Manages a stack of status messages.
 

Package dsto.dfc.swing.status Description

A status bar control. The dsto.dfc.ui.status.StatusManager class manages a stack of status objects (usually strings, but can be dsto.dfc.ui.Iconic), the top of which is the active status, which can be displayed by the dsto.dfc.ui.status.StatusBar control. When using the dsto.dfc.commands framework to generate menus, the status bar automatically creates a dsto.dfc.ui.status.MenuStatusAdapter to show a description of the currently selected menu item. The dsto.dfc.ui.status.LogStatusAdapter can be used similarly to show the last log message in the status bar.



Copyright © 2008 Commonwealth of Australia