Interface HasValueProperty
- All Known Implementing Classes:
Slider
public interface HasValueProperty
- Author:
- Bruno Salmon
-
Property Details
-
value
DoubleProperty valueProperty- See Also:
-
-
Method Details
-
valueProperty
DoubleProperty valueProperty()- Returns:
- the
valueproperty - See Also:
-
setValue
Sets the value of thevalueproperty.- Property description:
- Parameters:
value- the value for thevalueproperty- See Also:
-
getValue
Gets the value of thevalueproperty.- Property description:
- Returns:
- the value of the
valueproperty - See Also:
-