Class cynosurex.awt.EntryDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cynosurex.awt.EntryDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----cynosurex.awt.EnhancedDialog
                                           |
                                           +----cynosurex.awt.EntryDialog

public class EntryDialog
extends EnhancedDialog

Variable Index

 o Cancel_button
 o decision
 o field
 o OK_button

Constructor Index

 o EntryDialog(Frame, String)
 o EntryDialog(Frame, String, String)

Method Index

 o action(Event, Object)
 o Cancel()
 o getDecision()
 o getEntry()
 o OK()
 o setEntry(String)

Variables

 o OK_button
  protected Button OK_button
 o Cancel_button
  protected Button Cancel_button
 o field
  protected TextField field
 o decision
  protected boolean decision

Constructors

 o EntryDialog
  public EntryDialog(Frame parent,
                     String Title)
 o EntryDialog
  public EntryDialog(Frame parent,
                     String Title,
                     String Message)

Methods

 o action
  public boolean action(Event e,
                        Object arg)
Overrides:
action in class Component
 o getDecision
  public boolean getDecision()
 o getEntry
  public String getEntry()
 o setEntry
  public void setEntry(String str)
 o OK
  protected void OK()
 o Cancel
  protected void Cancel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index