|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LafComponentPlugin
Basic interface for look-and-feel plugins.
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_TAG_PLUGIN_CLASS
XML tag for look-and-feel plugins that specify component UI delegates. |
Fields inherited from interface org.jvnet.lafplugin.LafPlugin |
---|
TAG_MAIN |
Method Summary | |
---|---|
java.lang.Object[] |
getDefaults(java.lang.Object themeInfo)
Retrieves a collection of custom settings based on the specified theme. |
void |
initialize()
Initializes this plugin. |
void |
uninitialize()
Unitializes this plugin. |
Field Detail |
---|
static final java.lang.String COMPONENT_TAG_PLUGIN_CLASS
Method Detail |
---|
void initialize()
this
plugin.
void uninitialize()
this
plugin.
java.lang.Object[] getDefaults(java.lang.Object themeInfo)
themeInfo
- Theme information object. Can be MetalTheme
, for
instance or any other LAF-specific object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |