MatrixStatusBar provides a browser like status bar to inform the user of the current operations that the AssetMap is performing.
- Author
- Marc McIntyre mmcin.nosp@m.tyre.nosp@m.@squi.nosp@m.z.ne.nosp@m.t
Definition at line 31 of file MatrixStatusBar.java.
static void clearStatus |
( |
| ) |
|
|
inlinestatic |
clears the status of all status bars
- See Also
- MatrixStatusBarElement.clearStatus()
Definition at line 87 of file MatrixStatusBar.java.
static MatrixStatusBarElement createStatusBar |
( |
| ) |
|
|
inlinestatic |
Returns a new JPanel that will be updated with matrix status information
- Returns
- JPanel the status bar
Definition at line 46 of file MatrixStatusBar.java.
static String getStatus |
( |
| ) |
|
|
inlinestatic |
Returns the status that was set in the last global setStatus
method invocation.
- Returns
- the last global status that was set
- See Also
- MatrixStatusBarElement.getStatus()
Definition at line 97 of file MatrixStatusBar.java.
static void setStatus |
( |
String |
status | ) |
|
|
inlinestatic |
Sets the global status for the status bars.
- Parameters
-
status | the status to set globally |
- See Also
- MatrixStatusBarElement.setStatus(String)
Definition at line 76 of file MatrixStatusBar.java.
static void setStatusAndClear |
( |
String |
status, |
|
|
int |
time |
|
) |
| |
|
inlinestatic |
Sets the status and the clears it after waiting for the specified time in milliseconds.
- Parameters
-
status | the status to set globally |
time | the time to wait in milliseconds before clearing the status globally |
- See Also
- MatrixStatusBarElement.setStatusAndClear(String, int)
Definition at line 109 of file MatrixStatusBar.java.
The documentation for this class was generated from the following file:
- /Users/webmaster/Desktop/squiz_matrix/core/lib/asset_map/java/src/net/squiz/matrix/ui/MatrixStatusBar.java