public class WPFSlider extends WPFRangeBase
Modifier | Constructor and Description |
---|---|
protected |
WPFSlider(JtfObjectHandle handle,
Desktop desktop)
Creates a new WPFSlider with a JtfObjectHandle.
|
Modifier and Type | Method and Description |
---|---|
void |
decreaseLarge()
Decreases the value of the Slider by a large amount.
|
void |
decreaseSmall()
Decreases the value of the Slider by a small amount.
|
int |
getDelay()
Gets the amount of time in milliseconds that a RepeatButton waits, while it is pressed, before a command to move the Thumb executes.
|
Orientation |
getOrientation()
Gets whether the Slider is displayed horizontally or vertically.
|
double |
getSelectionEnd()
Gets the largest value of a specified selection for a Slider.
|
double |
getSelectionStart()
Gets the smallest value of a specified selection for a Slider.
|
double |
getTickFrequency()
Gets the interval between tick marks.
|
TickPlacement |
getTickPlacement()
Gets the position of tick marks with respect to the Track of the Slider.
|
void |
increaseLarge()
Increases the value of the Slider by a large amount.
|
void |
increaseSmall()
Increases the value of the Slider by a small amount.
|
boolean |
isDirectionReversed()
Gets the direction of increasing value.
|
boolean |
isMoveToPointEnabled()
Gets a value that indicates whether the Thumb of a Slider moves immediately to the location of the mouse click that occurs while the mouse pointer pauses on the Slider track.
|
boolean |
isSelectionRangeEnabled()
Gets a value that indicates whether the Slider displays a selection range along the Slider.
|
boolean |
isSnapToTickEnabled()
Gets a value that indicates whether the Slider automatically moves the Thumb to the closest tick mark.
|
void |
setValue(double value)
Sets the value of the Slider.
|
void |
setValueToMaximum()
Sets the Slider to the maximum position.
|
void |
setValueToMinimum()
Sets the Slider to the minimum position.
|
getLargeChange, getMaximum, getMinimum, getSmallChange, getValue
getFontFamily, getFontSize, getTabIndex, isTabStop
getActualHeight, getActualWidth, getMaximumScrollPosition, getName, getScrollPosition, pointFromScreen, pointToScreen, scroll, scrollToPosition
bringIntoView, click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getToolTip, isEnabled, isFocused, mouseMove, mouseMove, openContextMenu, openContextMenu, openContextMenuSelect, openContextMenuSelect, openContextMenuSelect, openContextMenuSelect, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, setFocus, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeys
captureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, highlightObject, highlightObject, highlightObject, invokeMethods, textCapture, textCapture, textClick, textClick, textClick, textClick, textClick, textClick, textExists, textExists, textExists, textExists, textExists, textRectangle, textRectangle, textRectangle, textRectangle, textRectangle, waitForChildDisappearance, waitForChildDisappearance, waitForDisappearance, waitForDisappearance, waitForObject, waitForObject, waitForProperty, waitForProperty
equals, exists, find, find, findAll, findAll, getCustomTypeName, getDesktop, getHandle, getLocator, getProperty, getTypeName, hashCode, imageClick, imageClick, imageClick, imageClick, imageClick, imageClick, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageClickFile, imageExists, imageExists, imageExists, imageExistsFile, imageExistsFile, imageExistsFile, imageRectangle, imageRectangle, imageRectangle, imageRectangleFile, imageRectangleFile, imageRectangleFile, invoke, preventFinalLocator, setProperty, toString
protected WPFSlider(JtfObjectHandle handle, Desktop desktop)
handle
- the handle that identifies the WPFSliderdesktop
- the desktop on which this object livespublic void decreaseLarge()
public void decreaseSmall()
public void increaseLarge()
public void increaseSmall()
public void setValue(double value)
value
- the value the Slider is set topublic void setValueToMaximum()
public void setValueToMinimum()
public int getDelay()
public boolean isDirectionReversed()
public boolean isMoveToPointEnabled()
public boolean isSelectionRangeEnabled()
public boolean isSnapToTickEnabled()
public Orientation getOrientation()
public double getSelectionEnd()
public double getSelectionStart()
public double getTickFrequency()
public TickPlacement getTickPlacement()
Copyright 2009-2012 Micro Focus. All Rights Reserved.