public class NumericUpDown extends UpDown
| Modifier | Constructor and Description |
|---|---|
protected |
NumericUpDown(JtfObjectHandle handle,
Desktop desktop)
Creates a new NumericUpDown with a JtfObjectHandle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decrementDecimal()
Decreases the position value of the up/down control.
|
void |
decrementDecimal(double amount)
Decreases the position value of the up/down control.
|
double |
getMaximum()
Gets the maximum value of the up/down control.
|
double |
getMinimum()
Gets the minimum value of the up/down control.
|
double |
getPositionDecimal()
Gets the position for the up/down control.
|
void |
incrementDecimal()
Increases the position value of the up/down control.
|
void |
incrementDecimal(double amount)
Increases the position value of the up/down control.
|
void |
setMaximum(double maximum)
Sets the maximum value of the up/down control.
|
void |
setMinimum(double minimum)
Sets the minimum value of the up/down control.
|
void |
setPositionDecimal(double positionDecimal)
Sets the position for the up/down control.
|
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 - the handle that identifies the NumericUpDowndesktop - the desktop on which this object livespublic void decrementDecimal()
public void decrementDecimal(double amount)
amount - the amount to increment. The default value is '1'.public void incrementDecimal()
public void incrementDecimal(double amount)
amount - the amount to increment. The default value is '1'.public double getMaximum()
public void setMaximum(double maximum)
maximum - the maximum value of the up/down controlpublic double getMinimum()
public void setMinimum(double minimum)
minimum - the minimum value of the up/down controlpublic double getPositionDecimal()
public void setPositionDecimal(double positionDecimal)
positionDecimal - the position for the up/down controlCopyright 2009-2012 Micro Focus. All Rights Reserved.