Class CEclipseTheme

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

@ClientOnly public class CEclipseTheme extends CDockTheme<EclipseTheme>
A wrapper around a EclipseTheme, allows to use the ColorMap of CDockable.
Author:
Benjamin Sigg
  • Constructor Details

    • CEclipseTheme

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

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