|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
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 |
public java.lang.String getText()
public void setText(java.lang.String text)
text
- The Text to setpublic javax.swing.JComponent getGUI()
public Toolbar getToolbar()
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.