Package com.bluemarsh.jswat.panel

Contains the classes for displaying information within panels.

See:
          Description

Interface Summary
BreakPanel.NodeProcessor Interface NodeProcessor defines methods necessary for a class that wishes to process nodes in a tree.
 

Class Summary
BasicTreeNode Class BasicTreeNode represents a node in the local variables 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 Abstract class for all JSwat panels to extend.
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.
 

Package com.bluemarsh.jswat.panel Description

Contains the classes for displaying information within panels.