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.DialogA dialog that asks for a password.- Since:
- 19-06-2003
- Author:
- Matt
-
-
Constructor Summary
Constructors Constructor Description EnterPasswordDialog(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()voidgetData()Stringopen()voidsetModal()voidsetReadOnly()
-
-
-
Constructor Detail
-
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)
-
-
Method Detail
-
setReadOnly
public void setReadOnly()
-
setModal
public void setModal()
-
open
public String open()
-
dispose
public void dispose()
-
getData
public void getData()
-
-