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
-
Cancel_button
-
-
decision
-
-
field
-
-
OK_button
-
-
EntryDialog(Frame, String)
-
-
EntryDialog(Frame, String, String)
-
-
action(Event, Object)
-
-
Cancel()
-
-
getDecision()
-
-
getEntry()
-
-
OK()
-
-
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)
OK
protected void OK()
Cancel
protected void Cancel()
All Packages Class Hierarchy This Package Previous Next Index