bibliothek.extension.gui.dock.theme.flat
Class FlatColorScheme

java.lang.Object
  extended by bibliothek.gui.dock.themes.color.AbstractColorScheme
      extended by bibliothek.gui.dock.themes.color.DefaultColorScheme
          extended by bibliothek.extension.gui.dock.theme.flat.FlatColorScheme
All Implemented Interfaces:
ColorScheme, UIScheme<java.awt.Color,DockColor,ColorBridge>

public class FlatColorScheme
extends DefaultColorScheme

A color scheme for FlatTheme.

Author:
Benjamin Sigg

Field Summary
 
Fields inherited from interface bibliothek.gui.dock.themes.ColorScheme
COLOR_SCHEME_PARAMETER, EXTENSION_NAME
 
Constructor Summary
FlatColorScheme()
           
 
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
 
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

FlatColorScheme

public FlatColorScheme()
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 DefaultColorScheme