Class cynosurex.awt.URLDialog
All Packages Class Hierarchy This Package Previous Next Index
Class cynosurex.awt.URLDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----cynosurex.awt.EnhancedDialog
|
+----cynosurex.awt.URLDialog
- public class URLDialog
- extends EnhancedDialog
-
Cancel_button
-
-
decision
-
-
field
-
-
OK_button
-
-
URLDialog(Frame)
-
-
action(Event, Object)
-
-
Cancel()
-
-
getDecision()
-
-
getURLString()
-
-
OK()
-
OK_button
protected Button OK_button
Cancel_button
protected Button Cancel_button
field
protected TextField field
decision
protected boolean decision
URLDialog
public URLDialog(Frame parent)
action
public boolean action(Event e,
Object arg)
- Overrides:
- action in class Component
getDecision
public boolean getDecision()
getURLString
public String getURLString()
OK
protected void OK()
Cancel
protected void Cancel()
All Packages Class Hierarchy This Package Previous Next Index