| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_TAG_PLUGIN_CLASS |
XML tag for look-and-feel plugins that specify component UI delegates.
|
| Modifier and Type | Method | Description |
|---|---|---|
Object[] |
getDefaults(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 String COMPONENT_TAG_PLUGIN_CLASS
void initialize()
this plugin.void uninitialize()
this plugin.Object[] getDefaults(Object themeInfo)
themeInfo - Theme information object. Can be MetalTheme, for
instance or any other LAF-specific object.