public class ValueSliderWidget extends ValueSliderComponent
callingObject| Constructor and Description |
|---|
ValueSliderWidget(DisplayControlImpl dc,
int min,
int max,
java.lang.String property,
java.lang.String label)
Create a ValueSliderWidget
|
ValueSliderWidget(DisplayControlImpl dc,
int min,
int max,
java.lang.String property,
java.lang.String label,
float scale)
Create a ValueSliderWidget
|
ValueSliderWidget(DisplayControlImpl dc,
int min,
int max,
java.lang.String property,
java.lang.String label,
float scale,
boolean andSet,
java.lang.String tip)
Create a ValueSliderWidget
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getObjectHasInitialized()
Has the calling object been initialized? Subclasses should
override if necessary.
|
doRemove, getContents, getValue, logException, setEnabled, setPaintLabels, setPaintTicks, setSnapToTicks, setValue, setValuepublic ValueSliderWidget(DisplayControlImpl dc, int min, int max, java.lang.String property, java.lang.String label)
dc - the display control to usemin - minimum slider valuemax - maximum slider valueproperty - DisplayControl property to setlabel - label for the widgetpublic ValueSliderWidget(DisplayControlImpl dc, int min, int max, java.lang.String property, java.lang.String label, float scale)
dc - the display control to usemin - minimum slider valuemax - maximum slider valueproperty - DisplayControl property to setlabel - label for the widgetscale - scale factor for the valuespublic ValueSliderWidget(DisplayControlImpl dc, int min, int max, java.lang.String property, java.lang.String label, float scale, boolean andSet, java.lang.String tip)
dc - the display controlmin - minimum slider valuemax - maximum slider valueproperty - DisplayControl property to setlabel - label for the widgetscale - scale factor for the valuesandSet - set the property on the calling object if truetip - tool tip text for the widgetpublic boolean getObjectHasInitialized()
getObjectHasInitialized in class ValueSliderComponent