Package javafx.css
package javafx.css
-
ClassDescriptionA CssMetaData instance provides information about the CSS style and provides the hooks that allow CSS to set a property value.Styleable comprises the minimal interface required for an object to be styled by CSS.This class extends
BooleanPropertyBase
and provides a partial implementation of aStyleableProperty
.This class extendsIntegerPropertyBase
and provides a partial implementation of aStyleableProperty
.This class extendsObjectPropertyBase
and provides a partial implementation of aStyleableProperty
.StyleableProperty allows ajavafx.beans.property
to be styled from CSS.StyleConverter<F,T> Converter convertsParsedValue&tl;F,T>
from type F to type T. theCssMetaData
API requires aStyleConverter
which is used when computing a value for the .Enumeration of the possible source or origin of a stylesheet and styles.