Package | Description |
---|---|
com.sun.javafx.css |
Modifier and Type | Method and Description |
---|---|
Declaration |
Style.getDeclaration()
The Declaration that is the source of the style that is about
to be applied or has just been applied.
|
Modifier and Type | Method and Description |
---|---|
ObservableList<Declaration> |
Rule.getDeclarations()
This method is to support tooling that may want to add declarations to
or remove declarations from a Rule.
|
List<Declaration> |
Rule.getUnobservedDeclarationList()
The list returned from this method should be treated as unmodifiable.
|
Constructor and Description |
---|
Style(Selector selector,
Declaration declaration) |
Constructor and Description |
---|
Rule(List<Selector> selectors,
List<Declaration> declarations) |
Copyright © 2020. All rights reserved.