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
-
Cancel_button
-
-
decision
-
-
field
-
-
OK_button
-
-
EntryDialog(Frame, String)
-
-
EntryDialog(Frame, String, String)
-
-
actionPerformed(ActionEvent)
-
-
getDecision()
-
-
getEntry()
-
-
setEntry(String)
-
OK_button
protected Button OK_button
Cancel_button
protected Button Cancel_button
field
protected TextField field
decision
protected boolean decision
EntryDialog
public EntryDialog(Frame parent,
String Title)
EntryDialog
public EntryDialog(Frame parent,
String Title,
String Message)
actionPerformed
public void actionPerformed(ActionEvent e)
getDecision
public boolean getDecision()
getEntry
public String getEntry()
setEntry
public void setEntry(String str)
All Packages Class Hierarchy This Package Previous Next Index