Uses of Class
javafx.css.Selector
Package
Description
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
-
Uses of Selector in javafx.css
Modifier and TypeClassDescriptionfinal class
Deprecated, for removal: This API element is subject to removal in a future version.This class was exposed erroneously and will be removed in a future versionfinal class
Deprecated, for removal: This API element is subject to removal in a future version.This class was exposed erroneously and will be removed in a future versionModifier and TypeMethodDescriptionstatic Selector
Selector.createSelector
(String cssSelector) Creates aSelector
object.Match.getSelector()
Gets theSelector
.Style.getSelector()
A selector might have more than one selector.Modifier and TypeMethodDescriptionfinal ObservableList
<Selector> Rule.getSelectors()
This method is to support tooling that may want to add selectors to or remove selectors from a Rule.ModifierConstructorDescriptionStyle
(Selector selector, Declaration declaration) Constructs aStyle
object.