public class JScrollBar extends JComponent implements IAWTScroller
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
JScrollBar(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい JScrollBar を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getPageSize()
[読み取り専用] スクロール バーのブロック増分値。
|
int |
getPosition()
[読み取り専用] スクロール バーの現在の位置。
|
Range |
getRange()
[読み取り専用] スクロール バーの範囲値。
|
int |
getStepSize()
[読み取り専用] スクロール バーの単位増分値。
|
void |
page(int pageCount)
指定したページ数を現在のスクロール位置に加算します。
|
void |
scrollTo(int position)
指定した位置にスクロールします。
|
void |
step(int stepCount)
指定したステップ数を現在のスクロール位置に加算します。
|
getToolTipTextclick, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getAccessibleName, getAccessibleRole, getBackground, getCursor, getFont, getForeground, getHeight, getName, getNativeHandle, getWidth, isEnabled, isFocusable, isFocused, mouseMove, mouseMove, openContextMenu, openContextMenu, pressKeys, pressKeys, pressMouse, pressMouse, pressMouse, pressMouse, releaseKeys, releaseKeys, releaseMouse, releaseMouse, releaseMouse, releaseMouse, scrollIntoView, 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 JScrollBar(JtfObjectHandle handle, Desktop desktop)
handle - JScrollBar を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic void page(int pageCount)
page インタフェース内 IAWTScrollerpageCount - 加算するページ数public void scrollTo(int position)
scrollTo インタフェース内 IAWTScrollerposition - スクロールする位置public void step(int stepCount)
step インタフェース内 IAWTScrollerstepCount - 加算するステップ数public int getPageSize()
getPageSize インタフェース内 IAWTScrollerpublic int getPosition()
getPosition インタフェース内 IAWTScrollerpublic Range getRange()
getRange インタフェース内 IAWTScrollerpublic int getStepSize()
getStepSize インタフェース内 IAWTScrollerCopyright 2009-2012 Micro Focus. All Rights Reserved.