org.pentaho.di.ui.core.dialog
Class EnterPasswordDialog

java.lang.Object
  extended by Dialog
      extended by org.pentaho.di.ui.core.dialog.EnterPasswordDialog

public class EnterPasswordDialog
extends Dialog

A dialog that asks for a password.

Since:
19-06-2003
Author:
Matt

Constructor Summary
EnterPasswordDialog(Shell parent, PropsUI props, String title, String message, String description)
          Deprecated. Use CT without the props parameter (at 2nd position)
EnterPasswordDialog(Shell parent, String title, String message, String description)
           
 
Method Summary
 void dispose()
           
 void getData()
           
 String open()
           
 void setModal()
           
 void setReadOnly()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnterPasswordDialog

public EnterPasswordDialog(Shell parent,
                           PropsUI props,
                           String title,
                           String message,
                           String description)
Deprecated. Use CT without the props parameter (at 2nd position)


EnterPasswordDialog

public EnterPasswordDialog(Shell parent,
                           String title,
                           String message,
                           String description)
Method Detail

setReadOnly

public void setReadOnly()

setModal

public void setModal()

open

public String open()

dispose

public void dispose()

getData

public void getData()