|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ThemeProperties
A small description of a DockTheme, used in
DockUI to create a factory for a theme.
| Required Element Summary | |
|---|---|
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. |
| Element Detail |
|---|
public abstract java.lang.String nameBundle
public abstract java.lang.String descriptionBundle
public abstract java.lang.String[] authors
public abstract java.lang.String[] webpages
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||