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.URLDialog
- public class URLDialog
- extends Dialog
- implements ActionListener
-
Cancel_button
-
-
decision
-
-
field
-
-
OK_button
-
-
URLDialog(Frame)
-
-
actionPerformed(ActionEvent)
-
-
getDecision()
-
-
getURLString()
-
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)
actionPerformed
public void actionPerformed(ActionEvent e)
getDecision
public boolean getDecision()
getURLString
public String getURLString()
All Packages Class Hierarchy This Package Previous Next Index