All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ch.swisslife.ibgm.mc2.YesNoDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----ch.swisslife.ibgm.mc2.YesNoDialog

public class YesNoDialog
extends Dialog
Dialog with 2 Buttons: Yes or No.


Variable Index

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

Constructor Index

 o YesNoDialog(Frame, String, String, String, String, String)
Constructor with all arguments.

Method Index

 o kill()

Variables

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

Constructors

 o YesNoDialog
 public YesNoDialog(Frame parent,
                    String title,
                    String message,
                    String yes_label,
                    String no_label,
                    String cancel_label)
Constructor with all arguments.

Parameters:
parent - A Frame
title - String with window title
message - String with the message
yes_label - String with text of yes button
no_label - String with text of no button
cancel_label - STring with text of cancel button

Methods

 o kill
 public void kill()

All Packages  Class Hierarchy  This Package  Previous  Next  Index