public class WPFFrameworkElement extends WPFBase implements IWPFScrollable
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
WPFFrameworkElement(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい WPFFrameworkElement を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
double |
getActualHeight()
[読み取り専用] この要素の描画する高さ。
|
double |
getActualWidth()
[読み取り専用] この要素の描画する幅。
|
double |
getMaximumScrollPosition(Orientation orientation)
ScrollViewer の最大位置を取得します。
|
String |
getName()
[読み取り専用] 要素の識別名。
|
double |
getScrollPosition(Orientation orientation)
ScrollViewer の位置を返します。
|
Point |
pointFromScreen(Point point)
画面座標における Point を、Visual の現在の座標系を表す Point に変換します。
|
Point |
pointToScreen(Point point)
Visual の現在の座標系を表す Point を、画面座標における Point に変換します。
|
void |
scroll(ScrollDestination scrolldestination)
ScrollViewer の値を指定した scrolldestination に設定します。
|
void |
scrollToPosition(double offset,
Orientation orientation)
ScrollViewer の位置を設定します。
|
bringIntoView, click, click, click, click, doubleClick, doubleClick, doubleClick, doubleClick, getToolTip, isEnabled, isFocused, mouseMove, mouseMove, openContextMenu, openContextMenu, openContextMenuSelect, openContextMenuSelect, openContextMenuSelect, openContextMenuSelect, 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 WPFFrameworkElement(JtfObjectHandle handle, Desktop desktop)
handle - WPFFrameworkElement を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic double getMaximumScrollPosition(Orientation orientation)
getMaximumScrollPosition インタフェース内 IWPFScrollableorientation - 取得するスクロールバーが水平方向か垂直方向かを指定public double getScrollPosition(Orientation orientation)
getScrollPosition インタフェース内 IWPFScrollableorientation - 取得するスクロールバーが水平方向か垂直方向かを指定public Point pointFromScreen(Point point)
point - 画面座標上の Point 値public Point pointToScreen(Point point)
point - Visual の現在の座標系を表す Point 値public void scroll(ScrollDestination scrolldestination)
scroll インタフェース内 IWPFScrollablescrolldestination - ScrollViewer に設定する値public void scrollToPosition(double offset,
Orientation orientation)
scrollToPosition インタフェース内 IWPFScrollableoffset - ScrollViewer の値orientation - 設定するスクロールバーが水平方向か垂直方向かを指定public double getActualHeight()
public double getActualWidth()
Copyright 2009-2012 Micro Focus. All Rights Reserved.