Class Summary |
AboutAction |
Implements the about file action used to show the credits
for the program. |
ActionTable |
This class holds the application actions and provides access to them. |
AddBreakGroupAction |
Class AddBreakGroupAction allows the user to define new breakpoint
groups. |
BuildClasspathAction |
Implements the build classpath action. |
BuildSourcepathAction |
Implements the build sourcepath action. |
Bundle |
Class Bundle contains a java.util.ResourceBundle and
provides some simple access methods to it. |
CaptureAction |
Class CaptureAction allows the user to capture the output sent
to the message window. |
CatchAction |
Class CatchAction allows the user to define new exception catches. |
DefineMacroAction |
Class DefineMacroAction allows the user to define new macros. |
ExitAction |
Implements the exit program action. |
FindAction |
Implements the find action used to search for text within a source view. |
FindAgainAction |
Implements the find again action used to search for text within
a source view. |
FinishAction |
Implements the step instruction action. |
JSwatAction |
Base action class which all other actions subclass. |
JSwatFileFilter |
Class to implement a FileFilter to allow only supported
source files in the JFileChooser. |
ListBreakAction |
Class ListBreakAction is responsible for showing a dialog that
displays all the breakpoints that are set in the VM. |
NextAction |
Implements the next instruction action. |
NextiAction |
Implements the step instruction action. |
OpenFileAction |
Implements the open file action used to open a source file. |
OpenSessionAction |
Class OpenSessionAction allows the user to load a saved session. |
PathBuilder |
The PathBuilder is a component that allows a user to build a
classpath or sourcepath by selecting directories files using
a filesystem browser. |
PreferencesAction |
Implements the preferences action used to allow the user to
set the application preferences. |
RefreshAction |
Implements the refresh action. |
SaveSessionAction |
Class SaveSessionAction allows the user to save the session. |
SetBreakAction |
Class SetBreakAction allows the user to define new breakpoints. |
StepAction |
Implements the step action. |
StepiAction |
Implements the step instruction action. |
TraceAction |
Class TraceAction allows the user to define new traces. |
VMAttachAction |
Class VMAttachAction allows the user to make a remote connection
to a debuggee VM. |
VMCloseAction |
Implements the Virtual Machine close action. |
VMListAction |
Implements the Virtual Machine list action. |
VMResumeAction |
Implements the Virtual Machine resume action. |
VMStartAction |
Implements the Virtual Machine start action. |
VMStopAction |
Implements the Virtual Machine stop action. |
VMSuspendAction |
Implements the Virtual Machine suspend action. |
Contains all the JSwatActions that perform many of the operations within
the JSwat application. JSwatActions are classes that perform an action per
request by the user. Each action is instantiated once for the application
and is invoked either by a menu item, toolbar button, or both.