Uses of Class
project35.desktopDeployment.StatusBar

Packages that use StatusBar
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.soa.plugins This package contains all the classes that are needed for developers to extend the system with their own plugins. 
 

Uses of StatusBar in project35.desktopDeployment
 

Methods in project35.desktopDeployment that return StatusBar
 StatusBar Project35Dialog.getStatusBar()
           
 

Uses of StatusBar in project35.soa.plugins
 

Constructors in project35.soa.plugins with parameters of type StatusBar
PluginManager(Project35FormContext project35FormContext, java.util.ArrayList plugins, StatusBar statusBar, RecordModelFactory recordModelFactory)