Serialized Form

Class DoubleSlider implements Serializable

Serialized Fields

currentMaxValue

double currentMaxValue
Values representing current selected bounds

currentMinValue

double currentMinValue
Values representing current selected bounds

hilitedMaxValue

double hilitedMaxValue
Values representing current hilited bounds

hilitedMinValue

double hilitedMinValue
Values representing current hilited bounds

lastNotifyTime

long lastNotifyTime
Last time a DoubleSliderAdjustmentListeners was notified (ms)

lastX

int lastX
Coordinates of last mouse coordinates during a drag

lastY

int lastY
Coordinates of last mouse coordinates during a drag

listeners

java.util.List listeners
List of interested DoubleSliderAdjustmentListeners

maxButton

DoubleSlider.ArrowButton maxButton

maxValue

double maxValue
Values representing absolute bounds of slider

minButton

DoubleSlider.ArrowButton minButton

minValue

double minValue
Values representing absolute bounds of slider

notifyInterval

long notifyInterval
Duration in milliseconds between notifications

orientation

int orientation
Current orientation (HORIZONTAL or VERTICAL)

showHilitedRange

boolean showHilitedRange
True if the range indicated by hilitedMaxValue and hilitedMinValue is to be shown

track

javax.swing.JComponent track
Component for the track between the two buttons

trackColor

java.awt.Color trackColor
Default colour for the track

trackingDrag

boolean trackingDrag
True if a drag is currently in progress


Class DoubleSliderDemo implements Serializable