jTracer  1.03
Stack trace visualization tool
org.libcsdbg.jtracer.StatusBar Class Reference

Application statusbar with multiple indicators and configurable styles. More...

+ Inheritance diagram for org.libcsdbg.jtracer.StatusBar:
+ Collaboration diagram for org.libcsdbg.jtracer.StatusBar:

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...
 

Detailed Description

Application statusbar with multiple indicators and configurable styles.

Todo:
Update protocol field with protocol and server address/port details

Definition at line 32 of file StatusBar.java.


The documentation for this class was generated from the following file: