Interface | Description |
---|---|
DatabaseConnectionPanel |
Interface for configuring and displaying components of the
DatabaseConnectionDialog
Each of the supported connectors has its own configuration panel (Oracle uses SID, Java DB
embedded needs admin user etc.). |
DialogConfigurator |
Interface to configure dialogs before they become displayed.
|
StatusTab |
Interface for configuring and displaying specialized tabs of the status dialog.
|
TaskDialogCustom |
Interface for components to be embedded as custom components of the
TaskDialog . |
Class | Description |
---|---|
CaptureDialog |
Let's the user take screen shots of single windows or the full screen.
|
ChoiceDialog |
Shows an icon with text and lets the user take a decision.
|
CustomDialog |
Versatile dialog to carry arbitrary center components.
|
DatabaseConnectionDialog |
Used to customize database connection settings for the
DatabaseManager class. |
DatabaseConnectionDialogRenderer |
Special list cell renderer for connections managed by the
DatabaseConnectionDialog . |
DialogUtils |
Some multipurpose utility methods for handling dialogs and windows in general.
|
DownloadDialog |
Select URLs to be downloaded.
|
FileSystemDialog |
Specialized dialog for choosing files like
JFileCHooser but with improvements. |
HelpDialog |
Exists simply to have a
HelpBroker where one may change the window icon. |
InputDialog |
Let's the user enter a certain text e.g. a file name.
|
LoginDialog |
Dialog to enter user name and password.
|
NewTemplateDialog |
Let's the user create a new template based on an existing template (optional).
|
OptionsDialog |
User interface for changing application options (settings).
|
PasswordDialog |
Dialog to enter login and passwords.
|
PGPDecryptionDialog |
Dialog component to let the user choose from a keyset-based list of decryption keys.
|
PGPKeyDialog |
Dialog subclass to configure a set of PGP keys for an application.
|
PGPKeyDialogController |
GUI callback class for the
PGPKeyDialog class. |
PGPKeyDialogRenderer |
Renders the table cells holding the PGP key types (public/private).
|
RegisterDialog |
Specialized dialog presenting the registration functionality to the user.
|
ReleaseNotes |
Represents a license message in XML format based on 'release_notes.dtd'.
|
ReleaseNotesDialog |
Dialog for presenting the application release notes.
|
StatusDialog |
Presents some mostly system specific data portions like system properties, JDBC drivers etc.
|
SupportDataDialog |
Helper for the
SupportDataViewer to control what is submitted to the support team. |
SupportDataViewer |
Configurable panel to display data portions for the Leisenfels support team.
|
TaskDialog |
Controls a background task like a file search.
|
URLTableCellRenderer |
Implements the
TableCellRenderer interface for the DownloadDialog . |
VFSConnectionDialog |
Used to customize VFS (virtual file system) connection settings.
|
VFSConnectionDialogRenderer |
Special list cell renderer for connections managed by the
VFSConnectionDialog . |
VFSDialog |
Specialized dialog for choosing URLs like
JFileCHooser but with improvements. |
ChoiceDialog
and the
StartupScreen
classes. The choice dialog allows for enhanced user dialog
based on HTML texts, left-side icons, and animation sequences. The startup screen
can be displayed while an application is starting in order to give the user a hint
about the step the program is currently working on. This class will be obsolete
for Java SE 6.0 (Mustang) which comes with a native (C++) functionality for splash
screens.
Copyright © 2005-2013 Leisenfels UG (haftungsbeschränkt). All rights reserved.