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

java.lang.Object
  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

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
 boolean updateUI()
          Called when the LookAndFeel or a color of the LookAndFeelColors changed and this scheme perhaps needs to update its colors.
 
Methods inherited from class bibliothek.gui.dock.themes.color.DefaultColorScheme
getBridgeFactory, getColor, setBridgeFactory, setColor, transmitAll
 
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

public boolean updateUI()
Description copied from interface: ColorScheme
Called when the LookAndFeel or a color of the LookAndFeelColors changed and this scheme perhaps needs to update its colors.

Specified by:
updateUI in interface ColorScheme
Overrides:
updateUI in class BasicColorScheme
Returns:
true if anything changed, false if this scheme was not changed.