bibliothek.extension.gui.dock.theme.eclipse
Class EclipseColorScheme

java.lang.Object
  extended by bibliothek.gui.dock.themes.color.AbstractColorScheme
      extended by bibliothek.gui.dock.themes.color.DefaultColorScheme
          extended by bibliothek.gui.dock.themes.basic.BasicColorScheme
              extended by bibliothek.extension.gui.dock.theme.eclipse.EclipseColorScheme
All Implemented Interfaces:
ColorScheme, UIScheme<Color,DockColor,ColorBridge>

public class EclipseColorScheme
extends BasicColorScheme

A ColorScheme used by the EclipseTheme.

Author:
Benjamin Sigg

Field Summary
 
Fields inherited from interface bibliothek.gui.dock.themes.ColorScheme
COLOR_SCHEME_PARAMETER, EXTENSION_NAME
 
Constructor Summary
EclipseColorScheme()
          Creates the new color scheme
 
Method Summary
protected  void updateUI()
          Called when the look and feel changed.
 
Methods inherited from class bibliothek.gui.dock.themes.color.DefaultColorScheme
getBridge, getBridgeFactory, getColor, getResource, setBridgeFactory, setColor, setNullColor
 
Methods inherited from class bibliothek.gui.dock.themes.color.AbstractColorScheme
addListener, fire, hasListeners, install, listeners, managers, removeListener, uninstall
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseColorScheme

public EclipseColorScheme()
Creates the new color scheme

Method Detail

updateUI

protected void updateUI()
Description copied from class: AbstractColorScheme
Called when the look and feel changed. Subclasses may override this method and update colors if necessary.

Overrides:
updateUI in class BasicColorScheme