|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockThemeExtension
An extension to a DockTheme, may be used by the DockTheme to
override some settings.
| Field Summary | |
|---|---|
static Path |
DOCK_THEME_EXTENSION
The name of a ExtensionName creating DockThemeExtensions. |
static String |
THEME_PARAMETER
The parameter name for the theme that is extended. |
| Method Summary | |
|---|---|
void |
install(DockController controller,
DockTheme theme)
Called by the DockTheme before it installs itself. |
void |
installed(DockController controller,
DockTheme theme)
Called by the DockTheme after it installed itself. |
void |
uninstall(DockController controller,
DockTheme theme)
Called by the DockTheme after it was uninstalled from controller. |
| Field Detail |
|---|
static final Path DOCK_THEME_EXTENSION
ExtensionName creating DockThemeExtensions.
static final String THEME_PARAMETER
| Method Detail |
|---|
void install(DockController controller,
DockTheme theme)
DockTheme before it installs itself.
controller - the controller on which the theme is installedtheme - the theme that is about to get installed
void installed(DockController controller,
DockTheme theme)
DockTheme after it installed itself.
controller - the controller on which the theme is installedtheme - the theme that was installed
void uninstall(DockController controller,
DockTheme theme)
DockTheme after it was uninstalled from controller.
controller - the controller which no longer uses themetheme - the theme calling using this extension
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||