Package | Description |
---|---|
org.xul.script.css |
Contains the classes used for CSS parsing.
|
org.xul.script.xul.model |
Model of XUL XML documents and widgets.
|
Modifier and Type | Method and Description |
---|---|
static CSSSelector |
CSSSelector.getCSSSelector(java.lang.String text) |
CSSSelector |
CSSSelector.getDefaultSelector() |
CSSSelector |
CSSSelector.getSelector(short pseudoClass) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<CSSSelector,CSSStyles.Rules> |
CSSStyles.getStyleClasses()
Return the StyleClasses rules.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<CSSSelector> |
AbstractXULWidget.getStyleClasses()
Return the style classes for the widget.
|
default java.util.Set<CSSSelector> |
XULWidget.getStyleClasses()
Return the style classes for the widget.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractXULWidget.setStyleClasses(java.util.Set<CSSSelector> styleClasses)
Set the style classes for the widget.
|
default void |
XULWidget.setStyleClasses(java.util.Set<CSSSelector> styleClasses)
Set the style classes for the widget.
|
Copyright © 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence