Sets the receiver's selection, minimum value, maximum
value, digits, increment and page increment all at once.
<p>
Note: This is similar to setting the values individually
using the appropriate methods, but may be implemented in a
more efficient fashion on some platforms.
</p>
@param selection the new selection value
@param minimum the new minimum value
@param maximum the new maximum value
@param digits the new digits value
@param increment the new increment value
@param pageIncrement the new pageIncrement value
@exception SWTException <ul>
<li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li>
<li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li>
</ul>
Sets the receiver's selection, minimum value, maximum value, digits, increment and page increment all at once. <p> Note: This is similar to setting the values individually using the appropriate methods, but may be implemented in a more efficient fashion on some platforms. </p>
@param selection the new selection value @param minimum the new minimum value @param maximum the new maximum value @param digits the new digits value @param increment the new increment value @param pageIncrement the new pageIncrement value
@exception SWTException <ul> <li>ERROR_WIDGET_DISPOSED - if the receiver has been disposed</li> <li>ERROR_THREAD_INVALID_ACCESS - if not called from the thread that created the receiver</li> </ul>
@since 3.2