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

Variable Index

 o Cancel_button
 o decision
 o field
 o OK_button

Constructor Index

 o URLDialog(Frame)

Method Index

 o actionPerformed(ActionEvent)
 o getDecision()
 o getURLString()

Variables

 o OK_button
 protected Button OK_button
 o Cancel_button
 protected Button Cancel_button
 o field
 protected TextField field
 o decision
 protected boolean decision

Constructors

 o URLDialog
 public URLDialog(Frame parent)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o getDecision
 public boolean getDecision()
 o getURLString
 public String getURLString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index