Class CBasicTheme

java.lang.Object
bibliothek.gui.dock.common.theme.CDockTheme<BasicTheme>
bibliothek.gui.dock.common.theme.CBasicTheme
All Implemented Interfaces:
DockTheme

@ClientOnly public class CBasicTheme extends CDockTheme<BasicTheme>
A bridge between a BasicTheme and the common-project.
Author:
Benjamin Sigg
  • Constructor Details

    • CBasicTheme

      public CBasicTheme(CControl control, BasicTheme theme)
      Creates a new theme.
      Parameters:
      control - the controller for which this theme will be used
      theme - the theme that gets encapsulated
    • CBasicTheme

      public CBasicTheme(CControl control)
      Creates a new theme. This theme can be used directly with a CControl.
      Parameters:
      control - the controller for which this theme will be used.
  • Method Details