Uses of Class
javafx.css.Declaration
-
Packages that use Declaration 软件包 描述 javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。 -
-
Uses of Declaration in javafx.css
Methods in javafx.css that return Declaration Modifier and Type 方法 描述 Declaration
Style. getDeclaration()
“宣言”是即将应用或刚刚应用的风格的来源。Methods in javafx.css that return types with arguments of type Declaration Modifier and Type 方法 描述 ObservableList<Declaration>
Rule. getDeclarations()
此方法是支持可能希望从规则添加声明或从规则中删除声明的工具。Constructors in javafx.css with parameters of type Declaration Constructor 描述 Style(Selector selector, Declaration declaration)
-