public class NumericUpDown extends UpDown
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
NumericUpDown(JtfObjectHandle handle,
Desktop desktop)
JtfObjectHandle を持つ新しい NumericUpDown を作成します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
decrementDecimal()
アップダウン コントロールの位置の値を減らします。
|
void |
decrementDecimal(double amount)
アップダウン コントロールの位置の値を減らします。
|
double |
getMaximum()
[読み取り専用] アップダウン コントロールの最大値。
|
double |
getMinimum()
[読み取り専用] アップダウン コントロールの最小値。
|
double |
getPositionDecimal()
[読み取り専用] アップダウン コントロールの位置。
|
void |
incrementDecimal()
アップダウン コントロールの位置の値を増やします。
|
void |
incrementDecimal(double amount)
アップダウン コントロールの位置の値を増やします。
|
void |
setMaximum(double maximum)
[書き込み専用] アップダウン コントロールの最大値。
|
void |
setMinimum(double minimum)
[書き込み専用] アップダウン コントロールの最小値。
|
void |
setPositionDecimal(double positionDecimal)
[書き込み専用] アップダウン コントロールの位置。
|
decrement, decrement, getPosition, getRange, increment, increment, isHorizontal, isWrapAround, 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 NumericUpDown(JtfObjectHandle handle, Desktop desktop)
handle - NumericUpDown を識別するハンドルdesktop - このオブジェクトが存在するデスクトップpublic void decrementDecimal()
public void decrementDecimal(double amount)
amount - 増加させる量。 デフォルト値は '1' です。public void incrementDecimal()
public void incrementDecimal(double amount)
amount - 増加させる量。 デフォルト値は '1' です。public double getMaximum()
public void setMaximum(double maximum)
maximum - アップダウン コントロールの最大値public double getMinimum()
public void setMinimum(double minimum)
minimum - アップダウン コントロールの最小値public double getPositionDecimal()
public void setPositionDecimal(double positionDecimal)
positionDecimal - アップダウン コントロールの位置Copyright 2009-2012 Micro Focus. All Rights Reserved.