Package | Description |
---|---|
com.sun.javafx.css | |
com.sun.javafx.css.parser |
Modifier and Type | Field and Description |
---|---|
private Declaration |
Style.declaration |
Modifier and Type | Field and Description |
---|---|
private ObservableList<Declaration> |
Rule.Observables.declarationObservableList |
private java.util.List<Declaration> |
Rule.declarations |
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.
|
(package private) static Declaration |
Declaration.readBinary(int bssVersion,
java.io.DataInputStream is,
java.lang.String[] strings) |
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.
|
private ObservableList<Declaration> |
Rule.Observables.getDeclarations() |
java.util.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(java.util.List<Selector> selectors,
java.util.List<Declaration> declarations) |
Modifier and Type | Method and Description |
---|---|
private Declaration |
CSSParser.declaration(CSSLexer lexer) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Declaration> |
CSSParser.declarations(CSSLexer lexer) |