Uses of Class
kirk.gui.dialog.InputDialog

Packages that use InputDialog
kirk.gui.dialog   
 

Uses of InputDialog in kirk.gui.dialog
 

Subclasses of InputDialog in kirk.gui.dialog
 class SingleInputDialog
          An entension of InputDialog that asks the user for a single String.
 

Methods in kirk.gui.dialog with parameters of type InputDialog
 boolean Retriever.retrieve(InputDialog inputdialog)
          The method that is called of the implementing Retriever.
 boolean SingleInputRetriever.retrieve(InputDialog inputdialog)
          Sets the input value to the passed value.