| Constructor and Description |
|---|
StatusBarControl()
Create a status bar with a single text panel.
|
| Modifier and Type | Method and Description |
|---|---|
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()
Deprecated.
For asynchronous tasks running, use the
RequestProcessor
executor service. For task tracking purposes, use the
Progress API.
See usage examples to start working
with the new APIs. |
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
|
public StatusBarControl()
public java.lang.String getText()
StatusBarpublic void setText(java.lang.String text)
StatusBarpublic javax.swing.JComponent getGUI()
StatusBarpublic Toolbar getToolbar()
StatusBargetToolbar in interface StatusBar@Deprecated public ProgressTracker getProgressTracker()
RequestProcessor
executor service. For task tracking purposes, use the
Progress API.
See usage examples to start working
with the new APIs.StatusBarProgressTracker that can be displayed in the toolbar to
show progress of background tasks.getProgressTracker in interface StatusBarpublic 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()