| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StatusBar
StatusBar interface of the Ide. The StatusBar provides a Toolbar where clients can add their own actions. This is generally done as follows: final IdeAction a = IdeAction.get( MY_CMD_ID, ... ); a.setController( myController ); Ide.getMainWindow().getStatusBar().getToolbar().add( a );
| Method Summary | |
|---|---|
 javax.swing.JComponent | 
getGUI()Gets the Component  | 
 ProgressTracker | 
getProgressTracker()Return the ProgressTracker that can be displayed in the toolbar to show progress of background tasks. | 
 java.lang.String | 
getText()Gets the text of the StatusBar  | 
 Toolbar | 
getToolbar()Return the status bar toolbar.  | 
 void | 
setText(java.lang.String text)Sets the text of the StatusBar  | 
| Method Detail | 
|---|
java.lang.String getText()
void setText(java.lang.String text)
text - The Text to setjavax.swing.JComponent getGUI()
Toolbar getToolbar()
ProgressTracker getProgressTracker()
ProgressTracker that can be displayed in the toolbar to show progress of background tasks.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.3) E13403-11  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||