bibliothek.gui.dock.themes
Annotation Type ThemeProperties


@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.

Author:
Benjamin Sigg

Required Element Summary
 String[] authors
          The authors of the theme.
 String descriptionBundle
          The key for the description in the local bundle.
 String nameBundle
          The key for the name in the local bundle.
 String[] webpages
          URLs for the webpage of this theme.
 

Element Detail

nameBundle

public abstract String nameBundle
The key for the name in the local bundle.

Returns:
the name

descriptionBundle

public abstract String descriptionBundle
The key for the description in the local bundle.

Returns:
the description

authors

public abstract String[] authors
The authors of the theme.

Returns:
the authors

webpages

public abstract String[] webpages
URLs for the webpage of this theme.

Returns:
the webpages associated to this theme