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
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 void
dispose()
void
getData()
String
open()
void
setModal()
void
setReadOnly()
-
-
-
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()
-
-