| Command |
A class to represent a command to be executed.
|
| Command.Fault |
This exception is used to report problems with a specific command.
|
| CommandContext |
An object to carry the shared state required and derived from
executing a series of commands.
|
| CommandContext.Fault |
This exception is used to report problems while executing a command.
|
| CommandManager |
Command managers are relatively lightweight managers for the command objects
that embody end-user command-line functionality.
|
| CommandParser.Fault |
Thrown when a bad command line argument is encountered.
|
| CustomPropagationController.EventType |
EventType.Start - propagation starting event
EventType.TemplateLoaded - external template data loaded and accessible
EventType.Finish - propagation finishing event
|
| Desktop |
Desktop is the host for a series of Tools,
which may be displayed as in a number of styles,
provided by a DeskView.
|
| EditableList |
A component that displays an editable list of items.
|
| FileHistory |
A class to maintain a history of recently used files.
|
| FileOpener |
An interface for a handler, provided by a tool manager,
that can open files of a particular type.
|
| FileOpener.Fault |
This exception is to report problems that occur while opening a file.
|
| HelpLink |
A lightweight component that will activate online help, suitable for
use in More Info help panes.
|
| Main.Fault |
Thrown when a bad command line argument is encountered.
|
| Preferences |
A class which provides a collection of user preferences,
and a GUI interface to edit them.
|
| Preferences.Observer |
An observer interface for use by those that wishing to monitor changes
to user preferences.
|
| PreferencesPane |
An abstract class for a GUI panel that can be displayed to
allow the user to edit some of the user preferences.
|
| SelectedWorkDirApprover |
|
| StringFitter |
|
| TestSuiteChooser |
A custom JFileChooser, for a user to choose a test suite.
|
| Tool |
A base class for tools to appear on the JT Harness desktop.
|
| Tool.Observer |
An observer interface for use by those that wishing to monitor changes
to a tool.
|
| ToolDialog |
Lightweight wrapper class to provide standard support for tool dialogs.
|
| ToolDialog.Restorer |
|
| ToolManager |
Tool managers are relatively lightweight managers for tools
that provide end-user GUI functionality.
|
| ToolManager.Fault |
This exception is used to report problems while using a tool manager.
|
| TreeSelectionPane |
A component to allow selection of nodes in a tree.
|
| TreeSelectionPane.Model |
The model for the tree whose nodes can be selected in a TreeSelectionPane.
|
| UIFactory |
A factory for GUI components, providing support for
internationalization, tool tips, context sensitive help, and on.
|
| UIFactory.Colors |
|