All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.dialogs.ArcPropertiesDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----gui.dialogs.ArcPropertiesDialog

public class ArcPropertiesDialog
extends Dialog

Constructor Index

 o ArcPropertiesDialog(Frame, boolean)
 o ArcPropertiesDialog(Frame, String, boolean)

Method Index

 o addNotify()
 o Cancel_ACTION(ActionEvent)
 o Element_Help_ACTION(ActionEvent)
 o OK_ACTION(ActionEvent)
 o show()
 o Text_Help_ACTION(ActionEvent)

Constructors

 o ArcPropertiesDialog
 public ArcPropertiesDialog(Frame parent,
                            String title,
                            boolean modal)
 o ArcPropertiesDialog
 public ArcPropertiesDialog(Frame parent,
                            boolean modal)

Methods

 o addNotify
 public void addNotify()
Overrides:
addNotify in class Dialog
 o show
 public synchronized void show()
Overrides:
show in class Dialog
 o OK_ACTION
 public void OK_ACTION(ActionEvent event)
 o Cancel_ACTION
 public void Cancel_ACTION(ActionEvent event)
 o Element_Help_ACTION
 public void Element_Help_ACTION(ActionEvent event)
 o Text_Help_ACTION
 public void Text_Help_ACTION(ActionEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index