Class CDockThemeFactory<D extends DockTheme>

java.lang.Object
bibliothek.gui.dock.common.theme.CDockThemeFactory<D>
Type Parameters:
D - the kind of theme that gets wrapped up
All Implemented Interfaces:
ThemeFactory

public abstract class CDockThemeFactory<D extends DockTheme> extends Object implements ThemeFactory
A factory that envelops another factory in order to build a CX-theme instead of a X-theme.
Author:
Benjamin Sigg
  • Constructor Details

    • CDockThemeFactory

      public CDockThemeFactory(ThemePropertyFactory<D> delegate, CControl control)
      Creates a new factory.
      Parameters:
      delegate - the factory that should be used as delegate to create the initial DockTheme.
      control - the control for which this factory will work
  • Method Details