Class CBubbleTheme

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

@ClientOnly public class CBubbleTheme extends CDockTheme<BubbleTheme>
A theme wrapping BubbleTheme and adding additional features to properly work within the common-project.
Author:
Benjamin Sigg
  • Constructor Details

    • CBubbleTheme

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

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