-
orientation
boolean orientation
Deprecated.
Current orientation of SpinButton.
True = LEFT-RIGHT, False = UP-DOWN
- See Also:
SpinButton.DEFAULT_ORIENTATION
,
SpinButton.setOrientation(boolean)
,
SpinButton.getOrientation()
-
arrowsOrientation
boolean arrowsOrientation
Deprecated.
Current orientation of arrows of SpinButton.
True = LEFT-RIGHT, False = UP-DOWN
- See Also:
SpinButton.DEFAULT_ORIENTATION
,
SpinButton.setOrientation(boolean)
,
SpinButton.getOrientation()
-
minimum
int minimum
Deprecated.
Minimum of the range of the SpinButton.
- See Also:
SpinButton.DEFAULT_MINIMUM
,
SpinButton.setMinimum(int)
,
SpinButton.getMinimum()
-
maximum
int maximum
Deprecated.
Maximum of the range of the SpinButton.
- See Also:
SpinButton.DEFAULT_MAXIMUM
,
SpinButton.setMaximum(int)
,
SpinButton.getMaximum()
-
step
int step
Deprecated.
Step of the SpinButton.
- See Also:
SpinButton.DEFAULT_STEP
,
SpinButton.setStep(int)
,
SpinButton.getStep()
-
value
int value
Deprecated.
Value of the SpinButton. Default 0.
- See Also:
SpinButton.setValue(int)
,
SpinButton.getValue()
-
repeatDelay
int repeatDelay
Deprecated.
Adjusts the amount of time that elapses before a increment
(or decrement) begins repeating when you hold down a mouse
button. [ms]
- See Also:
SpinButton.setDelay(int)
,
SpinButton.getDelay()
,
SpinButton.DEFAULT_REPEAT_DELAY
-
repeatRate
int repeatRate
Deprecated.
Adjusts the speed at which a increment (or decrement)
repeats when you hold down a mouse button. [ms]
- See Also:
SpinButton.setRate(int)
,
SpinButton.getRate()
,
SpinButton.DEFAULT_REPEAT_RATE
-
rt
SpinButton.RepeatThread rt
Deprecated.
Spin repeat thread. When the SpinButton is holded this thread
runs and regulary sends the events to SpinButton.
-
running
boolean running
Deprecated.
Flag if the SpinRepeatThread is currently running.
-
repeating
boolean repeating
Deprecated.
Flag if the SpinRepeatThread is currently running.
-
runningDir
boolean runningDir
Deprecated.
Current direction of the run of the SpinRepeatThread.
-
boundsIgnored
boolean boundsIgnored
Deprecated.
-
valueSupport
PropertyChangeSupport valueSupport
Deprecated.
Property change listeners storage
-
spinButtonListeners
Vector<E> spinButtonListeners
Deprecated.
SpinButton change listeners storage