Interface | Description |
---|---|
CloseableWindow |
This class provides a common interface for all RunnableWindows (and other
windows) which may be closed.
|
Widget |
An interface to relate widget variables and invisible variables (such as
temporary files).
|
Class | Description |
---|---|
AbstractFileChooser |
A wrapper class used to abstract file selection within command windows.
|
ChoiceList |
A wrapper class used to abstract choice lists within command windows.
|
Chooser |
Wrapper class for a group of radiobuttons.
|
ComboBoxWidget |
A wrapper class used to abstract combo boxes within command windows.
|
CommandButton |
Creates a JButton, which when clicked runs internal API
functions or external commands
|
DirectoryChooser |
A wrapper class used for directory selection within command windows.
|
FileChooser |
A wrapper class used to abstract file selection within command windows.
|
ListWidget |
A wrapper class used to abstract combo boxes and lists
within command windows.
|
NumberWidget |
Wraps component(s) for selecting numeric values.
|
PanelWidget |
A panel widget enables a PCD menu to have panels with sub-widgets.
|
SimpleWidget |
An abstract class to relate widget variables and
invisible variables (such as temporary files).
|
TabbedWidget |
A tabbed widget enables a PCD menu to have tabs with sub-widgets.
|
TempFile |
Stores information about the file fields used by the command
|
TextAreaWidget |
A wrapper class used to abstract textareas within command windows.
|
TextWidget |
A wrapper class used to abstract text fields within command windows.
|
WidgetGenerator |
Abstract interface to relate widget variables and invisible variables
(such as temporary files)
Acknowledgement - Bryan E.
|
WidgetInstance |
The corresponding widget instance, to store variable information
until the current command is finished execution.
|
WidgetTransferHandler |
Widget transfer handler - used for dragging and dropping Widgets
Acknowledgement - Bryan E.
|
Copyright © 2008-2022 University of Manitoba.