|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.theme.CDockTheme<BasicTheme>
bibliothek.gui.dock.common.theme.CBasicTheme
@ClientOnly public class CBasicTheme
A bridge between a BasicTheme and the common-project.
| Field Summary |
|---|
| Fields inherited from interface bibliothek.gui.DockTheme |
|---|
BACKGROUND_PAINT, BORDER_MODIFIER, COMBINER, DISPLAYER_FACTORY, DOCKABLE_MOVING_IMAGE_FACTORY, DOCKABLE_SELECTION, STATION_PAINT |
| Constructor Summary | |
|---|---|
CBasicTheme(CControl control)
Creates a new theme. |
|
CBasicTheme(CControl control,
BasicTheme theme)
Creates a new theme. |
|
| Method Summary | |
|---|---|
void |
install(DockController controller)
Installs this theme at controller. |
void |
uninstall(DockController controller)
Uninstalls this theme from controller. |
| Methods inherited from class bibliothek.gui.dock.common.theme.CDockTheme |
|---|
getCombiner, getDisplayFactory, getDockableSelection, getMovingImageFactory, getPaint, getTitleFactory, initDefaultFontBridges, install, intern, putColorBridgeFactory, putFontBridgeFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CBasicTheme(CControl control,
BasicTheme theme)
control - the controller for which this theme will be usedtheme - the theme that gets encapsulatedpublic CBasicTheme(CControl control)
CControl.
control - the controller for which this theme will be used.| Method Detail |
|---|
public void install(DockController controller)
CDockThemecontroller.
install in class CDockTheme<BasicTheme>controller - the new owner of this themepublic void uninstall(DockController controller)
DockThemecontroller. The theme
has to remove all listeners it added.
uninstall in interface DockThemeuninstall in class CDockTheme<BasicTheme>controller - the controller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||