AbstractComponentAddon
, BusyLabelAddon
, ColumnControlButtonAddon
, DatePickerAddon
, ErrorPaneAddon
, HeaderAddon
, HyperlinkAddon
, LoginPaneAddon
, MonthViewAddon
, MultiThumbSliderAddon
, SearchFieldAddon
, StatusBarAddon
, TableAddon
, TableHeaderAddon
, TaskPaneAddon
, TaskPaneContainerAddon
, TipOfTheDayAddon
, TitledPanelAddon
, UIColorHighlighterAddon
, XListAddon
public interface ComponentAddon
ComponentAddon
is the
equivalent of a LookAndFeel
but focused on one
component. Modifier and Type | Method | 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 © 2018. All rights reserved.