Uses of Class
javafx.css.Declaration
Packages that use Declaration
Package
Description
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
-
Uses of Declaration in javafx.css
Methods in javafx.css that return DeclarationModifier and TypeMethodDescriptionStyle.getDeclaration()
The Declaration that is the source of the style that is about to be applied or has just been applied.Methods in javafx.css that return types with arguments of type DeclarationModifier and TypeMethodDescriptionfinal ObservableList<Declaration>
Rule.getDeclarations()
This method is to support tooling that may want to add declarations to or remove declarations from a Rule.Constructors in javafx.css with parameters of type DeclarationModifierConstructorDescriptionStyle
(Selector selector, Declaration declaration) Constructs aStyle
object.