Class StuMan.ConfirmationDlg
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class StuMan.ConfirmationDlg

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Window
                           |
                           +----Dialog
                                   |
                                   +----StuMan.ConfirmationDlg

public class ConfirmationDlg
extends Dialog
Asks the user for confirmation. Used before deleting elements

Author:
Andreas Schroeter
Since:
30.04.1999

Variable Index

 o okClicked

Constructor Index

 o StuMan.ConfirmationDlg(Frame)

Method Index

 o OnOk()
 o addNotify()
 o setLabelText(String)
 o setVisible(boolean)
Shows or hides the component depending on the boolean flag b.

Variables

 o okClicked
public boolean okClicked

Constructors

 o ConfirmationDlg
public ConfirmationDlg(Frame parent)

Methods

 o OnOk
protected void OnOk()
 o addNotify
public void addNotify()
Overrides:
addNotify in class Dialog
 o setLabelText
public void setLabelText(String newText)
 o setVisible
public void setVisible(boolean b)
Shows or hides the component depending on the boolean flag b.

Parameters:
b - if true, show the component; otherwise, hide the component.
Overrides:
setVisible in class Component
See Also:
isVisible

All Packages  Class Hierarchy  This Package  Previous  Next  Index