|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.jemmy.operators.JSpinnerOperator.NumberScrollAdjuster
public static class JSpinnerOperator.NumberScrollAdjuster
A ScrollAdjuster
to be used for JSpinner
component having SpinnerNumberModel
model.
JSpinnerOperator.NumberSpinnerOperator
Field Summary |
---|
Fields inherited from interface org.netbeans.jemmy.drivers.scrolling.ScrollAdjuster |
---|
DECREASE_SCROLL_DIRECTION, DO_NOT_TOUCH_SCROLL_DIRECTION, INCREASE_SCROLL_DIRECTION |
Constructor Summary | |
---|---|
JSpinnerOperator.NumberScrollAdjuster(JSpinnerOperator oper,
double value)
Constructs a NumberScrollAdjuster object. |
|
JSpinnerOperator.NumberScrollAdjuster(JSpinnerOperator oper,
java.lang.Number value)
Constructs a NumberScrollAdjuster object. |
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns a printable scrolling description. |
int |
getScrollDirection()
Returns scroll direction to reach necessary scroller value. |
int |
getScrollOrientation()
Returns scrolling orientation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSpinnerOperator.NumberScrollAdjuster(JSpinnerOperator oper, double value)
NumberScrollAdjuster
object.
oper
- an operator to work with.value
- a value to scroll to.public JSpinnerOperator.NumberScrollAdjuster(JSpinnerOperator oper, java.lang.Number value)
NumberScrollAdjuster
object.
oper
- an operator to work with.value
- a value to scroll to.Method Detail |
---|
public int getScrollDirection()
ScrollAdjuster
getScrollDirection
in interface ScrollAdjuster
public int getScrollOrientation()
ScrollAdjuster
getScrollOrientation
in interface ScrollAdjuster
public java.lang.String getDescription()
ScrollAdjuster
getDescription
in interface ScrollAdjuster
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |