|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.ide.controls.StatusBarControl
public final class 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 |
ProgressTracker |
getProgressTracker() Return the ProgressTracker that can be displayed in the toolbar to show progress of background tasks. |
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 ProgressTracker getProgressTracker()
StatusBar
ProgressTracker
that can be displayed in the toolbar to show progress of background tasks.getProgressTracker
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()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |