public class VerticalScrollBar extends ScrollBar
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
VerticalScrollBar(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい VerticalScrollBar を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
pageDown()
スクロール バーをページ単位に下方向にスクロールします。
|
void |
pageDown(int amount)
スクロール バーをページ単位に下方向にスクロールします。
|
void |
pageUp()
スクロール バーをページ単位に上方向にスクロールします。
|
void |
pageUp(int amount)
スクロール バーをページ単位に上方向にスクロールします。
|
void |
scrollDown()
スクロール バーを下に移動します。
|
void |
scrollDown(int amount)
スクロール バーを下に移動します。
|
void |
scrollUp()
スクロール バーを上に移動します。
|
void |
scrollUp(int amount)
スクロール バーを上に移動します。
|
getPageSize, getPosition, getRange, scroll, scrollToMax, scrollToMin, setPageSize, setPosition, setRangegetHorizontalBar, getVerticalBar, openContextMenu, openContextMenuclick, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getBackground, getFont, getForeground, getNativeHandle, isEnabled, isFocused, isVisible, mouseMove, mouseMove, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, setBackground, setEnabled, setFocus, setFont, setForeground, setVisible, typeKeys, typeKeys, typeKeys, typePasswordKeys, typePasswordKeys, typePasswordKeyscaptureBitmap, captureBitmap, exists, exists, generateLocator, getChildren, getDynamicMethodList, getParent, getPropertyList, getRect, getRect, 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 VerticalScrollBar(JtfObjectHandle handle, Desktop desktop)
handle - VerticalScrollBar を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic void pageDown()
public void pageDown(int amount)
amount - スクロールする単位数public void pageUp()
public void pageUp(int amount)
amount - スクロールする単位数public void scrollDown()
public void scrollDown(int amount)
amount - スクロールする単位数public void scrollUp()
public void scrollUp(int amount)
amount - スクロールする単位数Copyright 2009-2012 Micro Focus. All Rights Reserved.