Package | Description |
---|---|
com.sun.javafx.css | |
com.sun.javafx.css.parser |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Combinator> |
CompoundSelector.relationships |
Modifier and Type | Method and Description |
---|---|
static Combinator |
Combinator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Combinator[] |
Combinator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Combinator> |
CompoundSelector.getRelationships()
The relationships between the selectors
|
Constructor and Description |
---|
CompoundSelector(java.util.List<SimpleSelector> selectors,
java.util.List<Combinator> relationships) |
Modifier and Type | Method and Description |
---|---|
private Combinator |
CSSParser.combinator(CSSLexer lexer) |