public class WPFSlider extends WPFRangeBase
修飾子 | コンストラクタと説明 |
---|---|
protected |
WPFSlider(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい WPFSlider を作成します。
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
decreaseLarge()
Slider の値を大きい単位で減らします。
|
void |
decreaseSmall()
Slider の値を小さい単位で減らします。
|
int |
getDelay()
[読み取り専用] RepeatButton が押されている間に、Thumb を移動するコマンドが実行されるまで待機する時間 (ミリ秒単位) 。
|
Orientation |
getOrientation()
[読み取り専用] Slider を水平または垂直のどちらで表示するか。
|
double |
getSelectionEnd()
[読み取り専用] Slider で指定された選択範囲の最大値。
|
double |
getSelectionStart()
[読み取り専用] Slider で指定された選択範囲の最小値。
|
double |
getTickFrequency()
[読み取り専用] 目盛りの間隔。
|
TickPlacement |
getTickPlacement()
[読み取り専用] Slider の目盛りを配置する場合の Track に対する位置。
|
void |
increaseLarge()
Slider の値を大きい単位で増やします。
|
void |
increaseSmall()
Slider の値を小さい単位で増やします。
|
boolean |
isDirectionReversed()
[読み取り専用] 値を増加させる方向。
|
boolean |
isMoveToPointEnabled()
[読み取り専用] マウス ポインターが Slider トラック上にある間にマウス クリックが生じた場合、その位置に Slider の Thumb を直ちに移動させるかどうかを示す値。
|
boolean |
isSelectionRangeEnabled()
[読み取り専用] Slider で、Slider に沿って選択範囲を表示するかどうかを示す値。
|
boolean |
isSnapToTickEnabled()
[読み取り専用] Slider で、最も近い目盛りに Thumb を自動的に移動するかどうかを示す値。
|
void |
setValue(double value)
Slider の値を設定します。
|
void |
setValueToMaximum()
Slider を最大の位置に設定します。
|
void |
setValueToMinimum()
Slider を最小の位置に設定します。
|
getLargeChange, getMaximum, getMinimum, getSmallChange, getValue
getFontFamily, getFontSize, getTabIndex, isTabStop
getActualHeight, getActualWidth, getMaximumScrollPosition, getName, getScrollPosition, pointFromScreen, pointToScreen, scroll, scrollToPosition
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, typePasswordKeys
captureBitmap, 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, waitForProperty
equals, 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, toString
protected WPFSlider(JtfObjectHandle handle, Desktop desktop)
handle
- WPFSlider を識別するハンドルdesktop
- このオブジェクトが存在するデスクトップpublic void decreaseLarge()
public void decreaseSmall()
public void increaseLarge()
public void increaseSmall()
public void setValue(double value)
value
- Slider に設定する値public void setValueToMaximum()
public void setValueToMinimum()
public int getDelay()
public boolean isDirectionReversed()
public boolean isMoveToPointEnabled()
public boolean isSelectionRangeEnabled()
public boolean isSnapToTickEnabled()
public Orientation getOrientation()
public double getSelectionEnd()
public double getSelectionStart()
public double getTickFrequency()
public TickPlacement getTickPlacement()
Copyright 2009-2012 Micro Focus. All Rights Reserved.