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.EntryDialog

public class EntryDialog
extends Dialog
implements ActionListener, CommonInterface

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 actionPerformed(ActionEvent)
 o getDecision()
 o getEntry()
 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 actionPerformed
 public void actionPerformed(ActionEvent e)
 o getDecision
 public boolean getDecision()
 o getEntry
 public String getEntry()
 o setEntry
 public void setEntry(String str)

All Packages  Class Hierarchy  This Package  Previous  Next  Index