public interface ICSSCombinator
For example, in the following CSS rule:
s|HBox s|Button.rounded s|Label {...}
s|Label
has an ICSSCombinator
whose combinator type is
"descendant" (space character) and the combined selector is
s|Button.rounded
.
Modifier and Type | Method and Description |
---|---|
CombinatorType |
getCombinatorType()
Get the combinator type.
|
ICSSSelector |
getSelector()
Get the selector associated with the combinator.
|
ICSSSelector getSelector()
s|VBox s|Label
s|Label
as a combinator whose selector is s|VBox
.CombinatorType getCombinatorType()
Copyright © 2016 The Apache Software Foundation. All rights reserved.