|
jTracer
1.03
Stack trace visualization tool
|
Rich text pane for trace visualization with syntax highlighting. More...
Inheritance diagram for org.libcsdbg.jtracer.TracePane:
Collaboration diagram for org.libcsdbg.jtracer.TracePane:Public Member Functions | |
| String | getField (String key) |
| Enumeration | getFieldKeys () |
| Get all the keys of the request fields. More... | |
| void | append (String trace) |
| Append a trace using the syntax highlighter. More... | |
| void | append (String token, String prev, String next) |
| Append a single trace token. More... | |
| void | append (String ln, String tag) |
| Append a line of formatted text. More... | |
| void | appendln (String ln, String tag) |
| Append a line of formatted text and a line break. More... | |
| void | clear () |
| Remove all contents. More... | |
Private Attributes | |
| Hashtable< String, String > | details = null |
Static Private Attributes | |
| static final long | serialVersionUID = 0x0800 |
| Object version. More... | |
Rich text pane for trace visualization with syntax highlighting.
Definition at line 26 of file TracePane.java.