All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.dialogs.PropertiesDialog

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

public class PropertiesDialog
extends Dialog

Constructor Index

 o PropertiesDialog(Frame, boolean, int)
 o PropertiesDialog(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 PropertiesDialog
 public PropertiesDialog(Frame parent,
                         String title,
                         boolean modal)
 o PropertiesDialog
 public PropertiesDialog(Frame parent,
                         boolean modal,
                         int isCircle)

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