Uses of Enum Class
javafx.css.StyleOrigin
Packages that use StyleOrigin
Package
Description
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
-
Uses of StyleOrigin in javafx.css
Methods in javafx.css that return StyleOriginModifier and TypeMethodDescriptionRule.getOrigin()
Get theStyleOrigin
of thisStylesheet
.Stylesheet.getOrigin()
Returns the origin of thisStylesheet
.StyleableBooleanProperty.getStyleOrigin()
Tells the origin of the value of the property.StyleableDoubleProperty.getStyleOrigin()
Tells the origin of the value of the property.StyleableFloatProperty.getStyleOrigin()
Tells the origin of the value of the property.StyleableIntegerProperty.getStyleOrigin()
Tells the origin of the value of the property.StyleableLongProperty.getStyleOrigin()
Tells the origin of the value of the property.StyleableObjectProperty.getStyleOrigin()
Tells the origin of the value of the property.StyleableProperty.getStyleOrigin()
Tells the origin of the value of the property.StyleableStringProperty.getStyleOrigin()
Tells the origin of the value of the property.static StyleOrigin
Returns the enum constant of this class with the specified name.static StyleOrigin[]
StyleOrigin.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in javafx.css with parameters of type StyleOriginModifier and TypeMethodDescriptionvoid
StyleableBooleanProperty.applyStyle
(StyleOrigin origin, Boolean v) This method is called from CSS code to set the value of the property.void
StyleableDoubleProperty.applyStyle
(StyleOrigin origin, Number v) This method is called from CSS code to set the value of the property.void
StyleableFloatProperty.applyStyle
(StyleOrigin origin, Number v) This method is called from CSS code to set the value of the property.void
StyleableIntegerProperty.applyStyle
(StyleOrigin origin, Number v) This method is called from CSS code to set the value of the property.void
StyleableLongProperty.applyStyle
(StyleOrigin origin, Number v) This method is called from CSS code to set the value of the property.void
StyleableObjectProperty.applyStyle
(StyleOrigin origin, T newValue) This method is called from CSS code to set the value of the property.void
StyleableProperty.applyStyle
(StyleOrigin origin, T value) This method is called from CSS code to set the value of the property.void
StyleableStringProperty.applyStyle
(StyleOrigin origin, String v) This method is called from CSS code to set the value of the property.void
CssMetaData.set
(S styleable, V value, StyleOrigin origin) Deprecated.This method is no longer called from CSS code.void
Stylesheet.setOrigin
(StyleOrigin origin) Sets the origin of thisStylesheet
.