public class SLSlider extends SLBase
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
SLSlider(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい SLSlider を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
decreaseLarge()
Slider の値を大きい単位で減らします。
|
void |
decreaseSmall()
Slider の値を小さい単位で減らします。
|
double |
getLargeChange()
[読み取り専用] PAGE DOWN キーが押された場合など、大きい単位での変更が行われる際に、Value プロパティに加算または減算される値。
|
double |
getMaximum()
[読み取り専用] 進行状況の最大値。
|
double |
getMinimum()
[読み取り専用] 進行状況の最小値。
|
double |
getSmallChange()
[読み取り専用] 矢印キーが押された場合など、小さい単位での変更が行われる際に、Value プロパティに加算または減算される値。
|
Double |
getValue()
[読み取り専用] 現在の進行状況。
|
void |
increaseLarge()
Slider の値を大きい単位で増やします。
|
void |
increaseSmall()
Slider の値を小さい単位で増やします。
|
void |
setValue(double value)
スライダーの値を設定します。
|
void |
setValueToMaximum()
Slider を最大の位置に設定します。
|
void |
setValueToMinimum()
Slider を最小の位置に設定します。
|
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, typePasswordKeyscaptureBitmap, 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, waitForPropertyequals, 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, toStringprotected SLSlider(JtfObjectHandle handle, Desktop desktop)
handle - SLSlider を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic void decreaseLarge()
public void decreaseSmall()
public void increaseLarge()
public void increaseSmall()
public void setValue(double value)
value - 新しいスライダーの値public void setValueToMaximum()
public void setValueToMinimum()
public double getLargeChange()
public double getMaximum()
public double getMinimum()
public double getSmallChange()
public Double getValue()
getValue クラス内 TestObjectCopyright 2009-2012 Micro Focus. All Rights Reserved.