Uses of Interface
kirk.gui.dialog.InputAcceptor

Packages that use InputAcceptor
kirk.gui.dialog   
 

Uses of InputAcceptor in kirk.gui.dialog
 

Classes in kirk.gui.dialog that implement InputAcceptor
 class InputRetriever
          This class retrieves the value inputted in an InputDialog.
 

Fields in kirk.gui.dialog declared as InputAcceptor
private  InputAcceptor InputDialog.acceptor
          The InputAcceptor.
 

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