public class EnterNumberDialog
extends org.eclipse.swt.widgets.Dialog
Modifier and Type | Field and Description |
---|---|
protected int |
samples |
protected org.eclipse.swt.widgets.Shell |
shell |
protected org.eclipse.swt.widgets.Button |
wCancel |
protected org.eclipse.swt.widgets.Button |
wCheckbox |
protected org.eclipse.swt.widgets.Text |
wNumber |
protected org.eclipse.swt.widgets.Button |
wOK |
Constructor and Description |
---|
EnterNumberDialog(org.eclipse.swt.widgets.Shell parent,
int samples,
String shellText,
String lineText) |
EnterNumberDialog(org.eclipse.swt.widgets.Shell parent,
int samples,
String shellText,
String lineText,
String checkboxLabel) |
EnterNumberDialog(org.eclipse.swt.widgets.Shell parent,
int samples,
String shellText,
String lineText,
String checkboxLabel,
int width) |
EnterNumberDialog(org.eclipse.swt.widgets.Shell parent,
PropsUI props,
int samples,
String shellText,
String lineText)
Deprecated.
Use the CT without the Props parameter (at 2nd position)
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
getData() |
protected void |
ok() |
int |
open() |
void |
setHideCancel(boolean hideCancel) |
protected org.eclipse.swt.widgets.Text wNumber
protected org.eclipse.swt.widgets.Button wOK
protected org.eclipse.swt.widgets.Button wCancel
protected org.eclipse.swt.widgets.Button wCheckbox
protected org.eclipse.swt.widgets.Shell shell
protected int samples
@Deprecated public EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, PropsUI props, int samples, String shellText, String lineText)
public EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, int samples, String shellText, String lineText)
public EnterNumberDialog(org.eclipse.swt.widgets.Shell parent, int samples, String shellText, String lineText, String checkboxLabel, int width)
Copyright © 2019 Hitachi Vantara. All rights reserved.