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
-
Cancel_button
-
-
decision
-
-
field
-
-
OK_button
-
-
EntryDialog(Frame, String)
-
-
EntryDialog(Frame, String, String)
-
-
action(Event, Object)
-
-
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)
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component
getDecision
public boolean getDecision()
getEntry
public String getEntry()
setEntry
public void setEntry(String str)
All Packages Class Hierarchy This Package Previous Next Index