public interface ComponentAddon
ComponentAddon is the equivalent of a
LookAndFeelbut focused on one component. | Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
initialize(LookAndFeelAddons addon)
Initializes this addon (i.e register UI classes, colors, fonts, borders,
any UIResource used by the component class).
|
void |
uninitialize(LookAndFeelAddons addon)
Uninitializes this addon.
|
String getName()
void initialize(LookAndFeelAddons addon)
addon - the current addonvoid uninitialize(LookAndFeelAddons addon)
addon - Copyright © 2015. All rights reserved.