Class | Description |
---|---|
GUI |
Convenience class for building GUI elements, static methods only.
|
MainWindow |
MainWindow is the main GUI interface for the application.
|
OperationTableModel |
OperationTableModel is the
AbstractTableModel used
for the Operations panel of the MainWindow . |
PlotWindow |
PlotWindow is a versatile GUI class that supports a number of different types
of plots.
|
PreferencesWindow |
PreferencesWindow is the easy to use GUI interface to set invocation
invariant, application wide, user
preferences . |
ProgressWindow |
ProgressWindow is a versatile GUI element for indicating the progress of a
task.
|
RangeVerifier |
RangeVerifier can be used to verify the input of a
JTextField . |
Enum | Description |
---|---|
OperationTableModel.OperationTableHeader |
OperationTableHeader
enum s provide the name and index of
the columns in the Operations panel of the
MainWindow . |
PlotWindow.PlotType |
PlotType
enum s indicate the available plot types. |
Range |
Every Range defines a numeric range.
|