Uses of Class
javafx.css.StyleOrigin
Package | Description |
---|---|
javafx.css |
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 StyleOrigin Modifier and Type Method Description StyleOrigin
Rule. getOrigin()
StyleOrigin
Stylesheet. getOrigin()
Returns the origin of thisStylesheet
.StyleOrigin
StyleableBooleanProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableDoubleProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableFloatProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableIntegerProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableLongProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableObjectProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableProperty. getStyleOrigin()
Tells the origin of the value of the property.StyleOrigin
StyleableStringProperty. getStyleOrigin()
Tells the origin of the value of the property.static StyleOrigin
StyleOrigin. valueOf(String name)
Returns the enum constant of this type with the specified name.static StyleOrigin[]
StyleOrigin. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javafx.css with parameters of type StyleOrigin Modifier and Type Method Description void
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 v)
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
.