| Class | Description |
|---|---|
| aboutGanyDialog |
A dialog class used to display information about Ganymede
|
| aboutJavaDialog |
A dialog class used to display information about the JDK being used.
|
| booleanThing |
Serializable object to describe a boolean field for passing to the
client as part of a
JDialogBuff
or StringDialog. |
| choiceThing |
Serializable object to describe a string chooser field for passing to the
client as part of a
JDialogBuff
or StringDialog. |
| dateThing |
Serializable object to describe a date field for passing to the
client as part of a
JDialogBuff
or StringDialog. |
| DialogRsrc |
This class is used to create a customized
StringDialog. |
| JDialogBuff |
This class is a serializable description of a dialog object that a server
is asking a client to present.
|
| JErrorDialog |
Simple way to throw up a StringDialog.
|
| messageDialog |
A dialog class used to display text and HTML with an optional
image on the left side, used for the about.. and motd features in
the Ganymede client.
|
| passwordThing |
Serializable object to describe a password field for passing to the
client as part of a
JDialogBuff
or StringDialog. |
| StandardDialog |
A dialog base class for centered, possibly modal dialogs.
|
| StringDialog |
A simple customizable dialog with support for a variety of data
field components.
|
| stringThing |
Serializable object to describe a string field for passing to the
client as part of a
JDialogBuff
or StringDialog. |
| Enum | Description |
|---|---|
| StandardDialog.ModalityType |
Enum that we're using to allow subclasses to tell us what type of
modality, if any, they want to use.
|