Uses of Class
javafx.css.CssMetaData
Packages that use CssMetaData
-
Uses of CssMetaData in javafx.css
Methods in javafx.css that return CssMetaDataModifier and TypeMethodDescriptionCssMetaData<? extends Styleable,T> StyleableProperty.getCssMetaData()Reflect back the CssMetaData that corresponds to thisjavafx.beans.property.StyleablePropertyMethods in javafx.css that return types with arguments of type CssMetaDataModifier and TypeMethodDescriptionfinal List<CssMetaData<? extends Styleable,?>> CssMetaData.getSubProperties()The sub-properties refers to the constituent properties of this property, if any.Constructor parameters in javafx.css with type arguments of type CssMetaDataModifierConstructorDescriptionprotectedCssMetaData(String property, StyleConverter<?, V> converter, V initialValue, boolean inherits, List<CssMetaData<? extends Styleable, ?>> subProperties) Construct a CssMetaData with the given parameters and no sub-properties.