Class CSmoothTheme

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

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

    • CSmoothTheme

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

      public CSmoothTheme(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