Class | Description |
---|---|
ApplyAndCloseAction |
This is a simple action that can apply and close a ToolWindow
|
ApplyAndCloseButton |
This is a reusable ApplyAndCloseButton which just calls the
apply() and close() methods on it's registered target.
|
ConfirmDialog |
This dialog requests the user for a confirmation.
|
DumpDialog | |
ErrorDialog |
This Dialog pops up synchronously and blocks until confirmed
|
FileViewerDialog |
This dialog contains a TextArea in order to display the dump text of any object that implements
the Dumpable interface.
|
HeaderPanel |
This panel contains an Icon, a header label and a multi-line description text
|
InfoDialog |
This Dialog pops up syncroneously and blocks until confirmed
|
ListRowDumpDialog |
Extends the
DumpDialog for dumping the currently selected row of a JList . |
MessageDialog |
This dialog is used for most user notifications.
|
TableRowDumpDialog |
Extends the DumpDialog for dumping the currently selected row of a ZTable.
|
WarningDialog |
This Dialog pops up synchronously and blocks until confirmed
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.