Uses of Class
javafx.css.Declaration
Package
Description
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
-
Uses of Declaration in javafx.css
Modifier and TypeMethodDescriptionStyle.getDeclaration()
The Declaration that is the source of the style that is about to be applied or has just been applied.Modifier 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.ModifierConstructorDescriptionStyle
(Selector selector, Declaration declaration) Constructs aStyle
object.