^1671780573554
@
sname
Slider
slabel
Slider
sdescriptors
xworker.lang.MetaDescriptor3
sextends
xworker.swt.widgets.Control
smany
true
seditCols
2
sformNoLabel
false
sinitialization
false
smodifier
public
sinheritDescription
false
sicon
icons/org/eclipse/swt/widgets/Slider.gif
Sdescription
#$@text#$@
<p>Instances of this class are selectable user interface objects that represent a range of positive, numeric values.</p>
<p>At any given moment, a given slider will have a single 'selection' that is considered to be its value, which is constrained to be within the range of values the slider represents (that is, between its <em>minimum</em> and <em>maximum</em> values).</p>
<p>Typically, sliders will be made up of five areas:</p>
<ol>
    <li>an arrow button for decrementing the value</li>
    <li>a page decrement area for decrementing the value by a larger amount</li>
    <li>a <em>thumb</em> for modifying the value by mouse dragging</li>
    <li>a page increment area for incrementing the value by a larger amount</li>
    <li>an arrow button for incrementing the value</li>
</ol>
<p>Based on their style, sliders are either <code>HORIZONTAL</code> (which have a left facing button for decrementing the value and a right facing button for incrementing it) or <code>VERTICAL</code> (which have an upward facing button for decrementing the value and a downward facing buttons for incrementing it).</p>
<p>&nbsp;</p>
<p>On some platforms, the size of the slider's thumb can be varied relative to the magnitude of the range of values it represents (that is, relative to the difference between its maximum and minimum values). Typically, this is used to indicate some proportional value such as the ratio of the visible area of a document to the total amount of space that it would take to display it. SWT supports setting the thumb size even if the underlying platform does not, but in this case the appearance of the slider will not change.</p>
#$@text#$@
snotXmlAttribute
false
sjson_isArray
false
sjson_attribute
false
  @/@actions
  sname
  actions
  slabel
  actions
  sdescriptors
  xworker.lang.MetaDescriptor3/@actions
  sid
  actions
    @/@actions/@create
    sname
    create
    sisSynchronized
    false
    sthrowException
    true
    suseOtherAction
    false
    suseOuterJava
    true
    souterClassName
    xworker.swt.widgets.SliderCreator
    smethodName
    create
    sdescriptors
    xworker.lang.actions.JavaAction
    sid
    create
  @/@name
  sname
  name
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  name
  @/@increment
  sname
  increment
  sdescription
  <p>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.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  increment
  @/@maximum
  sname
  maximum
  sdescription
  <p>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.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  maximum
  @/@minimum
  sname
  minimum
  sdescription
  <p>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.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  minimum
  @/@pageIncrement
  sname
  pageIncrement
  sdescription
  <p>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.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  pageIncrement
  @/@selection
  sname
  selection
  sdescription
  <p>Sets the <em>selection</em>, 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.</p>
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  selection
  @/@thumb
  sname
  thumb
  LvalidateOnBlur
  false
  LallowDecimals
  false
  LallowNegative
  false
  sdescriptors
  xworker.lang.MetaDescriptor3/@attribute
  sid
  thumb
  @/@SelectionListener
  sname
  SelectionListener
  sdescriptors
  xworker.lang.MetaDescriptor3/@thing
  sextends
  xworker.swt.events.SelectionListener
  smany
  true
  seditCols
  2
  sinitialization
  false
  sid
  SelectionListener
  @/@VariablesDescs
  sname
  VariablesDescs
  sdescriptors
  xworker.lang.MetaThing/@VariablesDesc
  sinheritDescription
  false
  sth_createIndex
  false
  sth_registMyChilds
  false
  sth_registDisabled
  false
  sth_fileMonitor
  false
  sth_mark
  false
  sid
  VariablesDescs
    @/@VariablesDescs/@shell
    sname
    var
    svarName
    ognl:thing.getMetadata().getName()
    stype
    object
    sclassName
    org.eclipse.swt.widgets.Slider
    sdescriptors
    xworker.lang.MetaThing/@VariablesDesc/@Object
    sinheritDescription
    false
    sth_createIndex
    false
    sth_registMyChilds
    false
    sth_registDisabled
    false
    sth_fileMonitor
    false
    sth_mark
    false
    sid
    shell
