See: Description
Interface | Description |
---|---|
ManagedWindow |
Specifies services needed for a window that requests to be managed.
|
Class | Description |
---|---|
CDateTime |
/** Encapsulates the representation of date/time values.
|
CGButton |
A convenience class primarily for ensuring uniformity among CharGer buttons.
|
CharacterSets |
A class to represent the various character sets allowed in Charger.
|
CProgressFrame |
A progress bar with a label, intended to be used by a SwingWorker.
|
DisplayTimer |
An hour-minute-second timer associated with a particular JLabel display.
|
FloatStatistics |
Used for holding basic statistics on a set of measurements.
|
FontChooser |
A modal dialog to interactively select basic font characteristics.
|
General |
Some generally useful utilities
|
GenericHTMLFrame | |
GenericTextFrame |
A general utility class to handle simple text editing and saving.
|
InvertFilter |
Inverts colors according to the color wheel; e.g.
|
JarResources |
JarResources: JarResources maps all resources included in a Zip or Jar file.
|
QuantityBar |
Displays a quantity bar, with upper and lower bounds and the quantity itself labeled.
|
Rectangle3D |
Mimics the behavior and structure of a reagular awt rectangle except that it also has a depth.
|
TableMap | |
TableSorter |
A sorter for TableModels.
|
Tag |
Some static values and methods to help with html formatting
In general values beginnig with an underscore "_" are ending tags.
|
Transcript |
Gives us the ability to track a user's dialog, even though user interaction
is actually scattered among all of the GUI options.
|
WindowManager |
Manages multiple windows, where windows may be added and removed dynamically.
|
WrappedText |
Represents a text string processed for word wrapping.
|
XMLGenerator |
Provides some general routines for generating XML, from which sub-classes may
derive some benefit.
|
Enum | Description |
---|---|
CDateTime.STYLE |
Indicates differing string formats used in the MMAT.
|
FileFormat |
Encapsulates the notion of a file format with which Charger has to deal.
|
FileFormat.Family |