Class Summary |
BasicTreeNode |
A BasicTreeNode is class that represents a node in our
debugger variable tree. |
BreakPanel |
Class BreakPanel is responsible for displaying all known breakpoints
in a tree structure. |
Bundle |
Class Bundle contains a java.util.ResourceBundle and
provides some simple access methods to it. |
ClassPanel |
Class ClassPanel is responsible for displaying a class tree
in a navigable tree component. |
DbgVar |
A DbgVar is an abstract class that represents a debugger
variable. |
EditPopup |
Class Popup defines a subclass of JPopupMenu that works for any text
component to provide copy, paste, and clear functions. |
JSwatPanel |
Interface for all JSwat panels to implement. |
LocalsTreePanel |
Class LocalsTreePanel is responsible for displaying a tree of
local variables in the current thread. |
MethodsPanel |
Class MethodsPanel is responsible for displaying the methods in
the 'this' object in the current stack frame. |
ObjectDbgVar |
Class ObjectDbgVar represents an ObjectReference variable. |
StackPanel |
Class StackPanel is responsible for displaying a list of
stack frames in the debuggee VM's current thread. |
ThreadPanel |
Class ThreadPanel is responsible for displaying a table of
threads in the VM. |
WatchPanel |
Class WatchPanel watches the modification events of variables
and displays the changed values in a table. |
Contains the classes for displaying information within panels.