public class SLHorizontalScrollBar extends SLBase
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
SLHorizontalScrollBar(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい SLHorizontalScrollBar を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
double |
getMaximum()
[読み取り専用] 最大スクロール位置。
|
double |
getMinimum()
[読み取り専用] 最小スクロール位置。
|
double |
getScrollPosition()
[読み取り専用] 現在のスクロール位置。
|
void |
scroll(ScrollAmount scrollAmount)
スクロール バーを指定した量スクロールします。
|
void |
scrollToMaximum()
スクロール バーを右端にスクロールします。
|
void |
scrollToMinimum()
スクロール バーを左端にスクロールします。
|
void |
scrollToPosition(double 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, typePasswordKeyscaptureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, getText, getValue, 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 SLHorizontalScrollBar(JtfObjectHandle handle, Desktop desktop)
handle - SLHorizontalScrollBar を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic void scroll(ScrollAmount scrollAmount)
scrollAmount - スクロール量public void scrollToMaximum()
public void scrollToMinimum()
public void scrollToPosition(double position)
position - 位置。 スクロール バーの最小位置と最大位置の間の値でなければなりません。public double getMaximum()
public double getMinimum()
public double getScrollPosition()
Copyright 2009-2012 Micro Focus. All Rights Reserved.