org.jvnet.substance.plugin
Interface SubstanceThemePlugin

All Superinterfaces:
org.jvnet.lafplugin.LafPlugin
All Known Implementing Classes:
BaseThemePlugin

public interface SubstanceThemePlugin
extends org.jvnet.lafplugin.LafPlugin

Plugin for theme extension. This class is for internal use only.

Author:
Kirill Grouchnikov

Field Summary
static java.lang.String TAG_THEME_PLUGIN_CLASS
          XML tag that contains fully-qualified class name of theme plugin class.
 
Fields inherited from interface org.jvnet.lafplugin.LafPlugin
TAG_MAIN
 
Method Summary
 java.lang.String getDefaultThemeClassName()
          Returns the class name of the default theme.
 java.util.Set<ThemeInfo> getThemes()
          Returns information on all available themes in this plugin.
 

Field Detail

TAG_THEME_PLUGIN_CLASS

static final java.lang.String TAG_THEME_PLUGIN_CLASS
XML tag that contains fully-qualified class name of theme plugin class.

See Also:
Constant Field Values
Method Detail

getThemes

java.util.Set<ThemeInfo> getThemes()
Returns information on all available themes in this plugin.

Returns:
Information on all available themes in this plugin.

getDefaultThemeClassName

java.lang.String getDefaultThemeClassName()
Returns the class name of the default theme.

Returns:
The class name of the default theme.