| java.lang.Object org.jvnet.substance.plugin.BasePlugin
BasePlugin | public class BasePlugin implements LafComponentPlugin(Code) | | Core plugin for additional UI delegates. Contains information on Quaqua and
Xoetrope color chooser panels. This class is for internal use only.
author: Kirill Grouchnikov |
Constructor Summary | |
public | BasePlugin() Creates the base plugin. |
commonDir | final protected static String commonDir(Code) | | Common directory for Quaqua images.
|
hasQuaquaColorChooser | protected boolean hasQuaquaColorChooser(Code) | | Indication whether the Quaqua color chooser is available. The lite
version strips away the Quaqua color chooser.
|
quaquaColorChooserClassName | final protected static String quaquaColorChooserClassName(Code) | | Color chooser class name from Quaqua.
|
BasePlugin | public BasePlugin()(Code) | | Creates the base plugin.
|
createButtonStateIcon | protected Icon createButtonStateIcon(String location, int states)(Code) | | From Quaqua
|
initialize | public void initialize()(Code) | | |
makeButtonStateIcon | protected static Object makeButtonStateIcon(String location, int states)(Code) | | |
uninitialize | public void uninitialize()(Code) | | |
|
|