Package kirk.gui.dialog

Interface Summary
InputAcceptor 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 entension of PopupDialog that asks the user for input.
InputRetriever This class retrieves the value inputted in an InputDialog.
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.