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

nameBundle

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

Returns:
the name

descriptionBundle

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

Returns:
the description

authors

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

Returns:
the authors

webpages

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

Returns:
the webpages associated to this theme