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

Variable Index

 o Cancel_button
 o decision
 o field
 o OK_button

Constructor Index

 o URLDialog(Frame)

Method Index

 o action(Event, Object)
 o Cancel()
 o getDecision()
 o getURLString()
 o OK()

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 action
  public boolean action(Event e,
                        Object arg)
Overrides:
action in class Component
 o getDecision
  public boolean getDecision()
 o getURLString
  public String getURLString()
 o OK
  protected void OK()
 o Cancel
  protected void Cancel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index