Class | Description |
---|---|
ASCIIDataFile |
ASCIIDataFile reads data from tab deliminted text files such as produced by ASCIIOutputFile.
|
ASCIIDisplayer |
ASCIIDisplayer is used as a quick way to produce text output to the screen.
|
ASCIIOutputFile |
ASCIIOutputFile writes unformated text to a file suitable to be read by ASCIIDataFile.
|
ASCIIPrompter |
ASCIIPrompter is used as a quick way to get text input from the user.
|
BasicForm |
BasicForm provides an easy way of giving Java applications a graphical user interface.
|
BinaryDataFile |
BinaryDataFile reads data from binary files.
|
BinaryOutputFile |
BinaryOutputFile writes binary data to a file.
|
Formats |
This class provides factory methods to obtain Format objects of various styles.
|
ReportPrinter |
This class allows for text output to a printer in a report style.
|
Exception | Description |
---|---|
ComponentNotFoundException |
To be thrown when a name of a component on the form was looked up but not found.
|
IllegalOperationException |
An IllegalOperationException will be thrown when an operation is attempted
which can not be carried out.
|
NameAlreadyExistsException |
To be thrown when a component with the same name as an already existing component is attempted to be added to the form.
|
NoComponentOnFormException |
This Exception was created to be thrown when trying to read to / write from a component on the form which does not exist.
|
NoFieldOnReportException |
This Exception was created to be thrown when trying to read to / write from a component on the form which does not exist.
|
UnexpectedTerminationException |
UnexpectedTerminationException is thrown when a form closes before expected.
|