Package org.pentaho.di.ui.core.dialog
Class EnterPasswordDialog
java.lang.Object
org.eclipse.swt.widgets.Dialog
org.pentaho.di.ui.core.dialog.EnterPasswordDialog
public class EnterPasswordDialog
extends org.eclipse.swt.widgets.Dialog
A dialog that asks for a password.
- Since:
- 19-06-2003
- Author:
- Matt
-
Constructor Summary
ConstructorsConstructorDescriptionEnterPasswordDialog
(org.eclipse.swt.widgets.Shell parent, String title, String message, String description) EnterPasswordDialog
(org.eclipse.swt.widgets.Shell parent, PropsUI props, String title, String message, String description) Deprecated.Use CT without the props parameter (at 2nd position) -
Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
EnterPasswordDialog
@Deprecated public EnterPasswordDialog(org.eclipse.swt.widgets.Shell parent, PropsUI props, String title, String message, String description) Deprecated.Use CT without the props parameter (at 2nd position) -
EnterPasswordDialog
-
-
Method Details
-
setReadOnly
public void setReadOnly() -
setModal
public void setModal() -
open
-
dispose
public void dispose() -
getData
public void getData()
-