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 |
---|---|
CSSStyles.Rules |
CSSStyles.getRules(java.util.Set<java.lang.String> styles)
Return the rules for a set of styleClasses names.
|
CSSStyles.Rules |
CSSStyles.getRules(java.lang.String styleClass)
Return the rules for a specified name.
|
CSSStyles.Rules |
CSSManager.getRules(XULWidget widget)
Return the CSS rules for on widget.
|
CSSStyles.Rules |
CSSManager.getRules(XULWidget widget,
short pseudoClass)
Return the CSS rules for on widget.
|
CSSStyles.Rules |
CSSStyles.Rules.merge(CSSStyles.Rules other)
Merge these rules with other rules.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<CSSSelector,CSSStyles.Rules> |
CSSStyles.getStyleClasses()
Return the StyleClasses rules.
|
Modifier and Type | Method and Description |
---|---|
static void |
CSSUtilities.applyBorderStyle(CSSStyles.Rules rules,
javax.swing.JComponent comp)
Apply the border-style property.
|
static void |
CSSUtilities.applyFont(CSSStyles.Rules rules,
javax.swing.JComponent comp)
Apply the CSS font.
|
static java.awt.Insets |
CSSUtilities.applyInsets(CSSStyles.Rules rules,
javax.swing.JComponent comp)
Apply the CSS insets.
|
static void |
CSSUtilities.applyTextAlign(CSSStyles.Rules rules,
javax.swing.JComponent comp)
Apply the text-align property.
|
static boolean |
CSSUtilities.applyVerticalAlign(CSSStyles.Rules rules,
javax.swing.JComponent comp)
Apply the vertical-align property.
|
CSSStyles.Rules |
CSSStyles.Rules.merge(CSSStyles.Rules other)
Merge these rules with other rules.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XULButton.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULCheckBox.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULContainer.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULFileField.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULImage.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULLabel.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULListBox.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULMenuButton.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULMenuItem.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULMenuList.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULProgressMeter.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULScale.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULScrollBar.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULTabBox.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULTabPanel.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULTextBox.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULTree.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULTreeCell.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
boolean |
XULTreeItem.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
default boolean |
XULWidget.applyStyles(CSSStyles.Rules rules)
Apply the styles on the widget.
|
Copyright © 2008-2020 Herve Girod. All Rights Reserved. Documentation and source under the LGPL licence