Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
COMPONENT_TAG_PLUGIN_CLASS |
XML tag for look-and-feel plugins that specify component UI delegates.
|
Modifier and Type | Method | Description |
---|---|---|
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. |
static final java.lang.String COMPONENT_TAG_PLUGIN_CLASS
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.