| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DockTheme | |
|---|---|
| bibliothek.extension.gui.dock.theme | Contains some DockThemes. | 
| bibliothek.gui | The high level interfaces of the framework and the most often used classes. | 
| bibliothek.gui.dock | The five basic classes implementing DockableandDockStationplus some supporting elements. | 
| bibliothek.gui.dock.common | A set of classes that can be used to create basic applications. | 
| bibliothek.gui.dock.common.theme | Classes related to the DockThemes. | 
| bibliothek.gui.dock.event | Listeners, adapters and events used in the whole framework. | 
| bibliothek.gui.dock.security | A package dealing with the issues of Applets and Wepstart-applications. | 
| bibliothek.gui.dock.station | Elements needed by various implementations of the DockStationinterface. | 
| bibliothek.gui.dock.themes | Contains an implementation of DockThemeand
 all classes which are neede by this theme. | 
| Uses of DockTheme in bibliothek.extension.gui.dock.theme | 
|---|
| Classes in bibliothek.extension.gui.dock.theme that implement DockTheme | |
|---|---|
|  class | BubbleThemeA theme using a lot of eye-candy. | 
|  class | EclipseThemeA theme imitating the look and feel of the Eclipse-IDE. | 
|  class | FlatThemeA themethat uses very few borders. | 
|  class | SmoothThemeThis theme uses the SmoothDefaultTitleFactoryto create some
 titles which smoothly changes their color. | 
| Uses of DockTheme in bibliothek.gui | 
|---|
| Methods in bibliothek.gui with type parameters of type DockTheme | ||
|---|---|---|
| 
 | DockUI.registerTheme(Class<T> theme,
              ResourceBundle bundle)Registers a factory for theme. | |
| Methods in bibliothek.gui that return DockTheme | |
|---|---|
|  DockTheme | DockController.getTheme()Gets the current theme of this controller. | 
|  DockTheme | DockStation.getTheme()Gets the current theme of this station. | 
| Methods in bibliothek.gui with parameters of type DockTheme | |
|---|---|
|  void | DockController.setTheme(DockTheme theme)Sets the theme of this controller. | 
| Uses of DockTheme in bibliothek.gui.dock | 
|---|
| Methods in bibliothek.gui.dock that return DockTheme | |
|---|---|
|  DockTheme | SplitDockStation.getTheme() | 
| Constructors in bibliothek.gui.dock with parameters of type DockTheme | |
|---|---|
| StackDockStation(DockTheme theme)Constructs a new station and sets the theme. | |
| StackDockStation(DockTheme theme,
                 boolean init)Creates a new station. | |
| Uses of DockTheme in bibliothek.gui.dock.common | 
|---|
| Methods in bibliothek.gui.dock.common with parameters of type DockTheme | |
|---|---|
|  void | CControl.setTheme(DockTheme theme)Deprecated. replaced by CControl.setTheme(String). While this method still
 works, the theme will not get stored persistent and any module using
 theThemeMap(CControl.getThemes()) will not be informed about
 the change. | 
| Uses of DockTheme in bibliothek.gui.dock.common.theme | 
|---|
| Classes in bibliothek.gui.dock.common.theme with type parameters of type DockTheme | |
|---|---|
|  class | CDockTheme<D extends DockTheme>A DockThemethat wraps another theme and works within
 the special environment the common-project provides. | 
|  class | CDockThemeFactory<D extends DockTheme>A factory that envelops another factory in order to build a CX-theme instead of a X-theme. | 
| Classes in bibliothek.gui.dock.common.theme that implement DockTheme | |
|---|---|
|  class | CBasicThemeA bridge between a BasicThemeand the common-project. | 
|  class | CBubbleThemeA theme wrapping BubbleThemeand adding additional features to
 properly work within the common-project. | 
|  class | CDockTheme<D extends DockTheme>A DockThemethat wraps another theme and works within
 the special environment the common-project provides. | 
|  class | CEclipseThemeA wrapper around a EclipseTheme, allows to use theColorMapofCDockable. | 
|  class | CFlatThemeA CDockThemethat encapsulates aFlatThemein order to 
 allow the theme access to the possibilities of the common-project. | 
|  class | CSmoothThemeA bridge between a SmoothThemeand the common-project. | 
| Methods in bibliothek.gui.dock.common.theme that return DockTheme | |
|---|---|
|  DockTheme | CDockThemeFactory.create() | 
| abstract  DockTheme | CDockThemeFactory.create(CControl control)Creates a new theme. | 
|  DockTheme | DockThemeModifier.modify(DockTheme theme)Modifies themeand returns either the modified theme or
 a new instance of of anotherDockTheme. | 
| Methods in bibliothek.gui.dock.common.theme with parameters of type DockTheme | |
|---|---|
|  DockTheme | DockThemeModifier.modify(DockTheme theme)Modifies themeand returns either the modified theme or
 a new instance of of anotherDockTheme. | 
| Constructors in bibliothek.gui.dock.common.theme with parameters of type DockTheme | |
|---|---|
| CDockTheme(D theme,
           DockTheme delegate)Creates a new theme. | |
| Uses of DockTheme in bibliothek.gui.dock.event | 
|---|
| Methods in bibliothek.gui.dock.event with parameters of type DockTheme | |
|---|---|
|  void | UIListener.themeChanged(DockController controller,
             DockTheme oldTheme,
             DockTheme newTheme)Called after the DockThemeofcontrollerwas changed. | 
|  void | UIListener.themeWillChange(DockController controller,
                DockTheme oldTheme,
                DockTheme newTheme)Called before the DockThemeofcontrollerchanges. | 
| Uses of DockTheme in bibliothek.gui.dock.security | 
|---|
| Constructors in bibliothek.gui.dock.security with parameters of type DockTheme | |
|---|---|
| SecureStackDockStation(DockTheme theme)Creates a new station and sets the theme of this station | |
| Uses of DockTheme in bibliothek.gui.dock.station | 
|---|
| Methods in bibliothek.gui.dock.station that return DockTheme | |
|---|---|
|  DockTheme | AbstractDockStation.getTheme() | 
|  DockTheme | AbstractDockableStation.getTheme() | 
| Constructors in bibliothek.gui.dock.station with parameters of type DockTheme | |
|---|---|
| AbstractDockableStation(DockTheme theme)Constructs a new station and sets the theme. | |
| Uses of DockTheme in bibliothek.gui.dock.themes | 
|---|
| Classes in bibliothek.gui.dock.themes with type parameters of type DockTheme | |
|---|---|
|  class | ThemePropertyFactory<T extends DockTheme>A factory using the ThemePropertiesof aDockThemeto 
 create instances of thatDockTheme. | 
| Classes in bibliothek.gui.dock.themes that implement DockTheme | |
|---|---|
|  class | BasicThemeA themethat does not install anything and uses the
 default-implementations off all factories. | 
|  class | NoStackThemeA DockThemethat wraps another theme and ensures that there
 is noStackDockStationin anotherStackDockStation. | 
| Methods in bibliothek.gui.dock.themes with type parameters of type DockTheme | ||
|---|---|---|
| static
 | NoStackTheme.getFactory(Class<T> theme,
           ResourceBundle bundle,
           DockUI ui)Creates a ThemeFactoryfor this theme encapsulating another
 theme. | |
| Methods in bibliothek.gui.dock.themes that return DockTheme | |
|---|---|
|  DockTheme | ThemeFactory.create()Creates a new theme. | 
| Methods in bibliothek.gui.dock.themes with parameters of type DockTheme | |
|---|---|
|  void | DockThemeExtension.install(DockController controller,
        DockTheme theme)Called by the DockThemebefore it installs itself. | 
|  void | DockThemeExtension.installed(DockController controller,
          DockTheme theme)Called by the DockThemeafter it installed itself. | 
|  void | DockThemeExtension.uninstall(DockController controller,
          DockTheme theme)Called by the DockThemeafter it was uninstalled fromcontroller. | 
| Constructors in bibliothek.gui.dock.themes with parameters of type DockTheme | |
|---|---|
| NoStackTheme(DockTheme base)Creates a new theme | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||