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
-
okClicked
-
-
StuMan.ConfirmationDlg(Frame)
-
-
OnOk()
-
-
addNotify()
-
-
setLabelText(String)
-
-
setVisible(boolean)
- Shows or hides the component depending on the boolean flag b.
okClicked
public boolean okClicked
ConfirmationDlg
public ConfirmationDlg(Frame parent)
OnOk
protected void OnOk()
addNotify
public void addNotify()
- Overrides:
- addNotify in class Dialog
setLabelText
public void setLabelText(String newText)
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