Class jif.widgets.ResponseDialog
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jif.widgets.ResponseDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----jif.widgets.CenterDialog
                                           |
                                           +----jif.widgets.ResponseDialog

public class ResponseDialog
extends CenterDialog

Variable Index

 o CANCEL
 o cancel
 o label
 o no
 o NO
 o YES
 o yes

Constructor Index

 o ResponseDialog(Frame, String, String, String, String, String)

Method Index

 o action(Event, Object)
 o answer(int)
 o cancel()
 o no()
 o yes()

Variables

 o NO
  public final static int NO
 o YES
  public final static int YES
 o CANCEL
  public final static int CANCEL
 o yes
  protected Button yes
 o no
  protected Button no
 o cancel
  protected Button cancel
 o label
  protected MultiLineLabel label

Constructors

 o ResponseDialog
  public ResponseDialog(Frame parent,
                        String title,
                        String message,
                        String yesLabel,
                        String noLabel,
                        String cancelLabel)

Methods

 o action
  public boolean action(Event e,
                        Object arg)
Overrides:
action in class Component
 o answer
  protected void answer(int answer)
 o yes
  protected void yes()
 o no
  protected void no()
 o cancel
  protected void cancel()

All Packages  Class Hierarchy  This Package  Previous  Next  Index