|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.common.theme.CDockTheme<FlatTheme>
bibliothek.gui.dock.common.theme.CFlatTheme
@ClientOnly public class CFlatTheme
A CDockTheme that encapsulates a FlatTheme in order to
allow the theme access to the possibilities of 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 | |
|---|---|
CFlatTheme(CControl control)
Creates a new theme. |
|
CFlatTheme(CControl control,
FlatTheme 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 CFlatTheme(CControl control,
FlatTheme theme)
control - the controller for which this theme will be usedtheme - the theme that gets encapsulatedpublic CFlatTheme(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<FlatTheme>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<FlatTheme>controller - the controller
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||