|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object Dialog org.pentaho.di.ui.core.dialog.EnterPasswordDialog
public class EnterPasswordDialog
A dialog that asks for a password.
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 |
---|
public EnterPasswordDialog(Shell parent, PropsUI props, String title, String message, String description)
public EnterPasswordDialog(Shell parent, String title, String message, String description)
Method Detail |
---|
public void setReadOnly()
public void setModal()
public String open()
public void dispose()
public void getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |