org.jvnet.substance.plugin
Interface SubstanceButtonShaperPlugin

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

public interface SubstanceButtonShaperPlugin
extends org.jvnet.lafplugin.LafPlugin

Plugin for button shaper extension. This class is for internal use only.

Author:
Kirill Grouchnikov

Field Summary
static java.lang.String TAG_BUTTON_SHAPER_PLUGIN_CLASS
          XML tag that contains fully-qualified class name of button shaper plugin class.
 
Fields inherited from interface org.jvnet.lafplugin.LafPlugin
TAG_MAIN
 
Method Summary
 java.util.Set<ButtonShaperInfo> getButtonShapers()
          Returns information on all available button shapers in this plugin.
 

Field Detail

TAG_BUTTON_SHAPER_PLUGIN_CLASS

static final java.lang.String TAG_BUTTON_SHAPER_PLUGIN_CLASS
XML tag that contains fully-qualified class name of button shaper plugin class.

See Also:
Constant Field Values
Method Detail

getButtonShapers

java.util.Set<ButtonShaperInfo> getButtonShapers()
Returns information on all available button shapers in this plugin.

Returns:
Information on all available button shapers in this plugin.