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 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

      public EnterPasswordDialog(org.eclipse.swt.widgets.Shell parent, String title, String message, String description)
  • Method Details

    • setReadOnly

      public void setReadOnly()
    • setModal

      public void setModal()
    • open

      public String open()
    • dispose

      public void dispose()
    • getData

      public void getData()