|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object oracle.ide.controls.StatusBarControl
The StatusBarControl
class is a simple status text area
control.
Constructor Summary | |
StatusBarControl()
Create a status bar with a single text panel. |
Method Summary | |
void |
add(javax.swing.JComponent comp)
|
boolean |
containsStatusItem(javax.swing.JComponent status)
Determine whether the given object has been added as a status object. |
void |
dispose()
|
javax.swing.JComponent |
getGUI()
Gets the Component |
int |
getStatusCount()
Get the number of externally added status objects. |
java.lang.String |
getText()
Gets the text of the StatusBar |
Toolbar |
getToolbar()
Return the status bar toolbar. |
boolean |
isExpandable(javax.swing.JComponent comp)
|
void |
remove(javax.swing.JComponent comp)
|
void |
resetStatus()
Remove all externally added status objects leaving only the default status message area. |
void |
setExpandable(javax.swing.JComponent comp,
boolean expandable)
|
void |
setText(java.lang.String text)
Sets the text of the StatusBar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatusBarControl()
Method Detail |
public java.lang.String getText()
StatusBar
getText
in interface StatusBar
public void setText(java.lang.String text)
StatusBar
setText
in interface StatusBar
text
- The Text to setpublic javax.swing.JComponent getGUI()
StatusBar
getGUI
in interface StatusBar
public Toolbar getToolbar()
StatusBar
getToolbar
in interface StatusBar
public void add(javax.swing.JComponent comp)
public void remove(javax.swing.JComponent comp)
public boolean isExpandable(javax.swing.JComponent comp)
public void setExpandable(javax.swing.JComponent comp, boolean expandable)
public int getStatusCount()
public void resetStatus()
public boolean containsStatusItem(javax.swing.JComponent status)
add(javax.swing.JComponent)
public void dispose()
|
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.