|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
fable.framework.toolbox.TypedText
fable.framework.toolbox.FloatText
public class FloatText
| Field Summary |
|---|
| Fields inherited from class org.eclipse.swt.widgets.Composite |
|---|
embeddedHandle |
| Fields inherited from class org.eclipse.swt.widgets.Widget |
|---|
handle |
| Constructor Summary | |
|---|---|
FloatText(org.eclipse.swt.widgets.Composite parent,
int style)
|
|
FloatText(org.eclipse.swt.widgets.Composite parent,
int style,
java.lang.String LabelText)
|
|
FloatText(org.eclipse.swt.widgets.Composite parent,
int style,
java.lang.String LabelText,
float minValue,
float maxValue)
|
|
| Method Summary | |
|---|---|
boolean |
checkValue(java.lang.String str)
|
java.lang.String |
getText()
|
java.lang.Float |
getValue()
get floating point value of FloatText |
boolean |
set_Text(java.lang.String txt)
|
void |
setMaxValue(float max,
boolean bIsInclude)
|
void |
setMinValue(float min,
boolean bIsInclude)
|
void |
setText(java.lang.String string)
|
| Methods inherited from class fable.framework.toolbox.TypedText |
|---|
getErrorMessage, getLabel, getTextField, is_bValide, is_isRequiredField, set_bValide, set_isRequiredField, setBackground, setEnabled, setLabel, setName, setToolTipText, showDecoration, toString |
| Methods inherited from class org.eclipse.swt.widgets.Composite |
|---|
changed, computeSize, drawBackground, getBackgroundMode, getChildren, getClientArea, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
| Methods inherited from class org.eclipse.swt.widgets.Scrollable |
|---|
computeTrim, getBorderWidth, getHorizontalBar, getVerticalBar |
| Methods inherited from class org.eclipse.swt.widgets.Control |
|---|
addControlListener, addDragDetectListener, addFocusListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getParent, getRegion, getShell, getSize, getToolTipText, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTraverseListener, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setRegion, setSize, setSize, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update |
| Methods inherited from class org.eclipse.swt.widgets.Widget |
|---|
addDisposeListener, addListener, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, reskin, setData, setData |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FloatText(org.eclipse.swt.widgets.Composite parent,
int style)
public FloatText(org.eclipse.swt.widgets.Composite parent,
int style,
java.lang.String LabelText)
public FloatText(org.eclipse.swt.widgets.Composite parent,
int style,
java.lang.String LabelText,
float minValue,
float maxValue)
Composite - parentint - styleFloat - minvalue : min inclusive value accceptable ;Float - maxValue ; max inclusive value acceptable ;| Method Detail |
|---|
public java.lang.Float getValue()
public void setMaxValue(float max,
boolean bIsInclude)
public void setMinValue(float min,
boolean bIsInclude)
public boolean set_Text(java.lang.String txt)
set_Text in class TypedTextpublic java.lang.String getText()
getText in class TypedTextpublic boolean checkValue(java.lang.String str)
checkValue in class TypedTextpublic void setText(java.lang.String string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||