Package | Description |
---|---|
com.sun.javafx.css |
Modifier and Type | Class and Description |
---|---|
class |
CompoundSelector
A compound selector which behaves according to the CSS standard.
|
class |
SimpleSelector
A simple selector which behaves according to the CSS standard.
|
Modifier and Type | Method and Description |
---|---|
static Selector |
Selector.createSelector(String cssSelector) |
Selector |
Style.getSelector()
A selector might have more than one selector.
|
Selector |
CascadingStyle.getSelector() |
static Selector |
Selector.getUniversalSelector() |
Modifier and Type | Method and Description |
---|---|
ObservableList<Selector> |
Rule.getSelectors()
This method is to support tooling that may want to add selectors to
or remove selectors from a Rule.
|
List<Selector> |
Rule.getUnobservedSelectorList()
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.