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
Fields inherited from interface org.jvnet.lafplugin.LafPlugin |
TAG_MAIN |
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
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.