jTracer
1.03
Stack trace visualization tool
|
Application statusbar with multiple indicators and configurable styles. More...
Public Member Functions | |
void | setMessage (final String msg, final boolean normal) |
Set the status message. More... | |
void | setIndicator (String nm, int cnt) |
Set one of the counter indicators. More... | |
void | setIndicators (int sessions, int traces) |
Set both the counter indicators. More... | |
void | startUptimeTimer () |
Start the server uptime timer. More... | |
void | stopUptimeTimer () |
Stop and reset the server uptime timer. More... | |
void | stopUptimeTimer (final boolean reset, final boolean normal) |
Stop and reset the server uptime timer. More... | |
void | actionPerformed (ActionEvent event) |
Handler for events fired from the server uptime timer. More... | |
Private Member Functions | |
JPanel | createField (String tag, String text) |
Create one of the fields. More... | |
void | renderUptime () |
Update the server uptime field. More... | |
Private Attributes | |
long | uptime = 0 |
Server uptime (seconds) More... | |
Timer | timer = null |
Uptime timer. More... | |
Hashtable< String, JLabel > | fields = null |
Indicator list. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 0x00 |
Class version. More... | |
Application statusbar with multiple indicators and configurable styles.
Definition at line 32 of file StatusBar.java.