jTracer
1.03
Stack trace visualization tool
|
A bar for various trace details (exception message, timestamp e.t.c) with multiple indicators and configurable styles. More...
Public Member Functions | |
void | setField (String nm, String text) |
Set the text of any field. More... | |
void | setMessage (String msg) |
Set the message field. More... | |
void | setTimestamp (Long microtm) |
Set the trace timestamp field. More... | |
void | setAddress (String addr, int port) |
Set the address field. More... | |
void | clear () |
Clear all fields (set them to their default value) More... | |
Private Member Functions | |
JPanel | createField (String nm) |
Create one of the fields. More... | |
Private Attributes | |
Hashtable< String, JLabel > | fields = null |
Indicator list. More... | |
Static Private Attributes | |
static final long | serialVersionUID = 0x00 |
Class version. More... | |
A bar for various trace details (exception message, timestamp e.t.c) with multiple indicators and configurable styles.
Definition at line 28 of file TraceBar.java.