Interface SubstanceSkinPlugin
- All Superinterfaces:
org.pushingpixels.lafplugin.LafPlugin
- All Known Implementing Classes:
BaseSkinPlugin
public interface SubstanceSkinPlugin
extends org.pushingpixels.lafplugin.LafPlugin
Plugin for skin extension. This class is for internal use only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
XML tag that contains fully-qualified class name of skin plugin class.Fields inherited from interface org.pushingpixels.lafplugin.LafPlugin
TAG_MAIN
-
Method Summary
Modifier and TypeMethodDescriptionReturns the class name of the default skin.getSkins()
Returns information on all available skins inthis
plugin.
-
Field Details
-
TAG_SKIN_PLUGIN_CLASS
XML tag that contains fully-qualified class name of skin plugin class.- See Also:
-
-
Method Details
-
getSkins
Returns information on all available skins inthis
plugin.- Returns:
- Information on all available skins in
this
plugin.
-
getDefaultSkinClassName
String getDefaultSkinClassName()Returns the class name of the default skin.- Returns:
- The class name of the default skin.
-