| 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 |
CascadingStyle.getSelector() |
Selector |
Style.getSelector()
A selector might have more than one selector.
|
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 © 2025. All rights reserved.