FileDocCategorySizeDatePackage
SliderRegionControl.javaAPI DocJMF 2.1.1e861Mon May 12 12:20:56 BST 2003com.sun.media.controls

SliderRegionControl

public interface SliderRegionControl implements AtomicControl
A SliderRegionControl can be used to highlight a section of the slider.

Fields Summary
Constructors Summary
Methods Summary
public longgetMaxValue()
Returns the long value for this control.

public longgetMinValue()
Returns the long value for this control.

public booleanisEnable()

public voidsetEnable(boolean f)

public longsetMaxValue(long value)
Sets the long value for this control. Returns the actual long that was set.

public longsetMinValue(long value)
Sets the long value for this control. Returns the actual long that was set.