| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentAddon
Each new component type of the library will contribute an addon to
 the LookAndFeelAddons. A ComponentAddon is the
 equivalent of a LookAndFeelbut focused on one
 component. 
| Method Summary | |
|---|---|
 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.  | 
| Method Detail | 
|---|
String getName()
void initialize(LookAndFeelAddons addon)
addon - the current addonvoid uninitialize(LookAndFeelAddons addon)
addon - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||