Uses of Class
uic.widgets.StatusBar

Packages that use StatusBar
uic.model Provides model classes for Swing GUIs. 
uic.widgets Swing Widgets for your programming pleasure! 
 

Uses of StatusBar in uic.model
 

Methods in uic.model with parameters of type StatusBar
 void UICAction.setStatuBar(StatusBar statusBar)
          Register a statusbar that will be used to show whatIs texts on on mouseOver of the menuitems.
 void ActionFactory.build(JFrame parent, URL url, StatusBar statusBar)
           
 void ActionFactory.build(JFrame parent, InputStream is, StatusBar statusBar)
           
 void ActionFactory.buildMenu(JMenuBar parent, Element menuRoot, StatusBar statusBar)
           
protected  JComponent ActionFactory.buildComponent(String actionName, String componentType, StatusBar statusBar)
          Instanciate the new component;
 

Uses of StatusBar in uic.widgets
 

Methods in uic.widgets that return StatusBar
 StatusBar MainWindow.getStatusBar()
          return the statusBar.
protected  StatusBar MainWindow.createStatusBar()
          Override this method to provide your own StatusBar implementation.
 StatusBar MainWindow.RootPane.getStatusBar()
           
 

Methods in uic.widgets with parameters of type StatusBar
 void MainWindow.RootPane.setStatusBar(StatusBar status, MainWindow mw)
          Set a statusBar.
 



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence