Uses of Class
javafx.css.Selector
-
Packages that use Selector 软件包 描述 javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of Selector in javafx.css
Subclasses of Selector in javafx.css Modifier and Type Class 描述 classCompoundSelector根据CSS标准行事的复合选择器。classSimpleSelector一个根据CSS标准行事的简单选择器。Methods in javafx.css that return Selector Modifier and Type 方法 描述 static SelectorSelector. createSelector(String cssSelector)SelectorMatch. getSelector()SelectorStyle. getSelector()选择器可能有多个选择器。Methods in javafx.css that return types with arguments of type Selector Modifier and Type 方法 描述 ObservableList<Selector>Rule. getSelectors()此方法是支持可能希望从Rule添加选择器或从Rule中删除选择器的工具。Constructors in javafx.css with parameters of type Selector Constructor 描述 Style(Selector selector, Declaration declaration)
-