|
||||||||||
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.EnterNumberDialog
public class EnterNumberDialog
This dialog allows you to enter a number.
Constructor Summary | |
---|---|
EnterNumberDialog(Shell parent,
int samples,
String shellText,
String lineText)
|
|
EnterNumberDialog(Shell parent,
PropsUI props,
int samples,
String shellText,
String lineText)
Deprecated. Use the CT without the Props parameter (at 2nd position) |
Method Summary | |
---|---|
void |
dispose()
|
void |
getData()
|
int |
open()
|
void |
setHideCancel(boolean hideCancel)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnterNumberDialog(Shell parent, PropsUI props, int samples, String shellText, String lineText)
public EnterNumberDialog(Shell parent, int samples, String shellText, String lineText)
Method Detail |
---|
public int open()
public void dispose()
public void getData()
public void setHideCancel(boolean hideCancel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |