Class DoubleInputText
- java.lang.Object
-
- org.eclipse.nebula.visualization.internal.xygraph.toolbar.DoubleInputText
-
public class DoubleInputText extends java.lang.ObjectA SWT text which only allow double input. It also has the possibility for range check.
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringpreviousTextprivate Rangerangeprivate org.eclipse.swt.widgets.Texttext
-
Constructor Summary
Constructors Constructor Description DoubleInputText(org.eclipse.swt.widgets.Composite parent, int style)DoubleInputText(org.eclipse.swt.widgets.Composite parent, int style, double max, double min)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetDoubleValue()RangegetRange()org.eclipse.swt.widgets.TextgetText()voidsetRange(Range range)
-
-
-
Field Detail
-
text
private org.eclipse.swt.widgets.Text text
-
previousText
private java.lang.String previousText
-
range
private Range range
-
-