Package kirk.gui.dialog

Interface Summary
Retriever This interface allows classes to retrieve the value(s) from an InputDialog.
 

Class Summary
ErrorDialog Pops up an error Dialog with the given message.
InputDialog An extension of PopupDialog that asks the user for input.
MessageDialog Pops up a Dialog with the given message.
PopupDialog This class is an abstract class that other Dialogs can extend to save on some behaviour, like closing the Window.
SingleInputDialog An entension of InputDialog that asks the user for a single String.
SingleInputRetriever This class retrieves the value inputted in an SingleInputDialog.