|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.plugin.BasePlugin
public class BasePlugin
Core plugin for additional UI delegates. Contains information on Quaqua and Xoetrope color chooser panels. This class is for internal use only.
Field Summary | |
---|---|
protected static java.lang.String |
commonDir
Common directory for Quaqua images. |
protected boolean |
hasQuaquaColorChooser
Indication whether the Quaqua color chooser is available. |
protected static java.lang.String |
quaquaColorChooserClassName
Color chooser class name from Quaqua. |
Fields inherited from interface org.jvnet.lafplugin.LafComponentPlugin |
---|
COMPONENT_TAG_PLUGIN_CLASS |
Fields inherited from interface org.jvnet.lafplugin.LafPlugin |
---|
TAG_MAIN |
Constructor Summary | |
---|---|
BasePlugin()
Creates the base plugin. |
Method Summary | |
---|---|
protected javax.swing.Icon |
createButtonStateIcon(java.lang.String location,
int states)
From Quaqua |
java.lang.Object[] |
getDefaults(java.lang.Object mSkin)
|
void |
initialize()
|
protected java.lang.Object |
makeBufferedImage(java.lang.String location)
|
protected static java.lang.Object |
makeButtonStateIcon(java.lang.String location,
int states)
|
static java.lang.Object |
makeIcon(java.lang.Class baseClass,
java.lang.String location)
|
protected java.lang.Object |
makeImage(java.lang.String location)
From Quaqua |
void |
uninitialize()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String commonDir
protected static final java.lang.String quaquaColorChooserClassName
protected boolean hasQuaquaColorChooser
Constructor Detail |
---|
public BasePlugin()
Method Detail |
---|
protected javax.swing.Icon createButtonStateIcon(java.lang.String location, int states)
protected java.lang.Object makeImage(java.lang.String location)
protected static java.lang.Object makeButtonStateIcon(java.lang.String location, int states)
protected java.lang.Object makeBufferedImage(java.lang.String location)
public static java.lang.Object makeIcon(java.lang.Class baseClass, java.lang.String location)
public java.lang.Object[] getDefaults(java.lang.Object mSkin)
getDefaults
in interface org.jvnet.lafplugin.LafComponentPlugin
public void uninitialize()
uninitialize
in interface org.jvnet.lafplugin.LafComponentPlugin
public void initialize()
initialize
in interface org.jvnet.lafplugin.LafComponentPlugin
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |