Package eu.livotov.tpt.gui.dialogs

Interface Summary
DownloadDialog.DownloadDialogResultListener Dialog close event listener interface
InputDialog.InputDialogResultListener Listener interface to receive dialog close event and result
OptionDialog.OptionDialogResultListener Dialog result listener interface
 

Class Summary
AbstractDialog Abstract dialog, that is used for all option dialogs in this package.
DownloadDialog A modal dialog that shows a title, informational message and a link to a file or resource, that can be clicked by the used and downloaded.
InputDialog Modal dialog, that prompts for input.
OptionDialog A modal dialog that provides some pre-defined selection options or the custom interface.
 

Enum Summary
OptionKind Describes option dialog button types (options) as well as result codes, as result code from OptionDialog corresponds to the button pressed.