Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
MatrixStatusBar Class Reference

Static Public Member Functions

static MatrixStatusBarElement createStatusBar ()
 
static void setStatus (String status)
 
static void clearStatus ()
 
static String getStatus ()
 
static void setStatusAndClear (String status, int time)
 

Detailed Description

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.

Member Function Documentation

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
statusthe 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
statusthe status to set globally
timethe 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: