public class SLSlider extends SLBase
Modifier | Constructor and Description |
---|---|
protected |
SLSlider(JtfObjectHandle handle,
Desktop desktop)
Creates a new SLSlider 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.
|
double |
getLargeChange()
Gets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key.
|
double |
getMaximum()
Gets the maximum progress value.
|
double |
getMinimum()
Gets the minimum progress value.
|
double |
getSmallChange()
Gets the value that is added to or subtracted from the Value property when a small change is made, such as with an arrow key.
|
Double |
getValue()
Gets the current progress.
|
void |
increaseLarge()
Increases the value of the Slider by a large amount.
|
void |
increaseSmall()
Increases the value of the Slider by a small amount.
|
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.
|
click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getAutomationId, getClassName, getName, getRawChildren, getRawChildren, isEnabled, isFocused, mouseMove, mouseMove, 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 SLSlider(JtfObjectHandle handle, Desktop desktop)
handle
- the handle that identifies the SLSliderdesktop
- 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 new slider valuepublic void setValueToMaximum()
public void setValueToMinimum()
public double getLargeChange()
public double getMaximum()
public double getMinimum()
public double getSmallChange()
public Double getValue()
getValue
in class TestObject
Copyright 2009-2012 Micro Focus. All Rights Reserved.