Uses of Interface
kirk.gui.dialog.Retriever

Packages that use Retriever
kirk.gui.dialog   
 

Uses of Retriever in kirk.gui.dialog
 

Classes in kirk.gui.dialog that implement Retriever
 class SingleInputRetriever
          This class retrieves the value inputted in an SingleInputDialog.
 

Fields in kirk.gui.dialog declared as Retriever
private  Retriever InputDialog.retriever
          The Retriever.
 

Constructors in kirk.gui.dialog with parameters of type Retriever
InputDialog(Frame owner, Retriever retriever, int width, int height)
          Constructs a new InputDialog with the passed settings.
SingleInputDialog(Frame owner, Retriever retriever, String message, int width, int height, int columns)
          Constructs a new SingleInputDialog with the passed message.