Class Summary |
GUIAction |
Class GUIAction
This class extends javax.swing.AbstractAction in order to provide basic
"Action" functionality for the GUI. |
IOUtil |
General static utilities for IO operations |
Log |
The Log is a utility class for logging messages to stdout, stderr,
a file, or a dialog box. |
SortableJTable |
A classs represent sortable table |
SortableTableHeaderCellRenderer |
The class for Renderer of sortable table header cell |
SortTableCommand |
Class to handle sorting table command |
StateChangeEvent |
An event that represents a state change in the application, showing
both the state that changed and the source of the state change. |
StateChangeMonitor |
Maintain a registry of objects that are interested in changes in
application state. |
UISettings |
This is a class containing static methods and attributes that define global
display settings in Morpho, which can't be represented directly by string
values from config.xml (such as Fonts, colors etc)
N O T E :
currently, this class also contains values that *could* be represented by
strings in a config file - this is an interim step - one step better than
hard-coding them in the UI classes, but should still be replaced by calls
to a config file, ultimately. |
XMLTransformer |
XMLTransformer to style XML documents using XSLT |