xworker.swt.widgets.Spinner.xer.txt Maven / Gradle / Ivy
@xworker.swt.widgets.Spinner
sname
Spinner
slabel
Spinner
sdescriptors
xworker.lang.MetaDescriptor3
sextends
xworker.swt.widgets.Composite
smany
true
seditCols
2
sinitialization
false
smodifier
public
sinheritDescription
false
sicon
icons/org/eclipse/swt/widgets/Slider.gif
Sdescription
#$@text#$@
Instances of this class are selectable user interface objects that allow the user to enter and modify numeric values.
Note that although this class is a subclass of Composite
, it does not make sense to add children to it, or set a layout on it.
#$@text#$@
sid
Spinner
@xworker.swt.widgets.Spinner/@actions
sname
actions
sid
actions
slabel
actions
sdescriptors
xworker.lang.MetaDescriptor3/@actions
@xworker.swt.widgets.Spinner/@actions/@create
sname
create
sisSynchronized
false
sthrowException
false
suseOtherAction
false
suseOuterJava
true
souterClassName
xworker.swt.widgets.SpinnerCreator
smethodName
create
sid
create
sdescriptors
xworker.lang.actions.JavaAction
@xworker.swt.widgets.Spinner/@name
sname
name
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
name
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.swt.widgets.Spinner/@digits
sname
digits
Sdescription
#$@text#$@
Sets the number of decimal places used by the receiver.
The digit setting is used to allow for floating point values in the receiver. For xworker.example, to set the selection to a floating point value of 1.37 call setDigits() with a value of 2 and setSelection() with a value of 137. Similarly, if getDigits() has a value of 2 and getSelection() returns 137 this should be interpreted as 1.37. This applies to all numeric APIs.
#$@text#$@
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
digits
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.swt.widgets.Spinner/@increment
sname
increment
sdescription
Sets the amount that the receiver's value will be modified by when the up/down arrows are pressed to the argument, which must be at least one.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
increment
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.swt.widgets.Spinner/@maximum
sname
maximum
sdescription
Sets the maximum value that the receiver will allow. This new value will be ignored if it is not greater than the receiver's current minimum value. If the new maximum is applied then the receiver's selection value will be adjusted if necessary to fall within its new range.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
maximum
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.swt.widgets.Spinner/@minimum
sname
minimum
sdescription
Sets the minimum value that the receiver will allow. This new value will be ignored if it is not less than the receiver's current maximum value. If the new minimum is applied then the receiver's selection value will be adjusted if necessary to fall within its new range.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
minimum
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.swt.widgets.Spinner/@pageIncrement
sname
pageIncrement
sdescription
Sets the amount that the receiver's position will be modified by when the page up/down keys are pressed to the argument, which must be at least one.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
pageIncrement
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.swt.widgets.Spinner/@selection
sname
selection
sdescription
Sets the selection, which is the receiver's position, to the argument. If the argument is not within the range specified by minimum and maximum, it will be adjusted to fall within this range.
LvalidateOnBlur
false
LallowDecimals
false
LallowNegative
false
sid
selection
sdescriptors
xworker.lang.MetaDescriptor3/@attribute
@xworker.swt.widgets.Spinner/@ModifyListener
sname
ModifyListener
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.swt.events.ModifyListener
smany
true
seditCols
2
sinitialization
false
sid
ModifyListener
@xworker.swt.widgets.Spinner/@SelectionListener
sname
SelectionListener
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.swt.events.SelectionListener
smany
true
seditCols
2
sinitialization
false
sid
SelectionListener
@xworker.swt.widgets.Spinner/@VerifyListener
sname
VerifyListener
sdescriptors
xworker.lang.MetaDescriptor3/@thing
sextends
xworker.swt.events.VerifyListener
smany
true
seditCols
2
sinitialization
false
sid
VerifyListener