All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gui.dialogs.ForToByDialog

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

public class ForToByDialog
extends Dialog

Constructor Index

 o ForToByDialog(Frame, boolean, Graphics)
 o ForToByDialog(Frame, String, boolean, Graphics)

Method Index

 o addNotify()
 o Cancel_ACTION(ActionEvent)
 o Help_ACTION(ActionEvent)
 o OK_ACTION(ActionEvent)
 o show()

Constructors

 o ForToByDialog
 public ForToByDialog(Frame parent,
                      boolean modal,
                      Graphics graphics)
 o ForToByDialog
 public ForToByDialog(Frame parent,
                      String title,
                      boolean modal,
                      Graphics graphics)

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 Help_ACTION
 public void Help_ACTION(ActionEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index