@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ThemeProperties
DockUI
to create a factory for a theme.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
authors
The authors of the theme.
|
java.lang.String |
descriptionBundle
The key for the description in the local bundle.
|
java.lang.String |
nameBundle
The key for the name in the local bundle.
|
java.lang.String[] |
webpages
URLs for the webpage of this theme.
|