| Interface | Description |
|---|---|
| Selector |
Used internally to the Styles class to locate
attributes for a particular ElementId.
|
| Class | Description |
|---|---|
| Attributes |
The attribute settings for a particular style selector.
|
| BaseStyles |
Easy access to some built in style resources.
|
| ContainsSelector |
A style selector that matches any element with the
specified child ID and parent ID.
|
| ElementId |
A fully qualified element ID.
|
| ElementSelector |
A style selector that matches a specific
element ID.
|
| StyleLoader |
Uses Groovy to load style definitions using a Groovy-based
styles DSL.
|
| Styles |
Provides support for automatically configuring GUI elements
based on a style attribute system similar to cascading style
sheets.
|
| StyleTree |
Used internally by the Styles API to track the style
definition hierarchy in tail-first form.
|
| Annotation Type | Description |
|---|---|
| StyleAttribute |
Annotation that can mark a field setter as a
style attribute setter.
|
| StyleDefaults |
Annotation that marks a method that will initialize
styles for a particular class.
|