net.sourceforge.java.feednread.backend.configuration
Class ColorManager

java.lang.Object
  extended bynet.sourceforge.java.feednread.backend.configuration.ColorManager

public class ColorManager
extends Object

Manages the Color objects created and used within the application.

Author:
Sebastian Machhausen

Field Summary
static Color DEFAULT_BANNER_COLOR
           The default about dialog banner color
private static Display DEFAULT_DISPLAY
           The default Display to be used for creating and retrieving Color objects
static Color[] DEFAULT_GRADIENT_BACKGROUND
           The default gradient background: It is used to colorize various header components.
static Color DEFAULT_HYPERLINK_FOREGROUND
           The default Color for hyperlinks
static Color DEFAULT_TOOLBAR_BACKGROUND
           The default background for a ToolBar and its components
 
Constructor Summary
ColorManager()
           
 
Method Summary
static void dispose()
           Disposes all Color resources created by this ColorManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_DISPLAY

private static final Display DEFAULT_DISPLAY

The default Display to be used for creating and retrieving Color objects


DEFAULT_TOOLBAR_BACKGROUND

public static final Color DEFAULT_TOOLBAR_BACKGROUND

The default background for a ToolBar and its components


DEFAULT_GRADIENT_BACKGROUND

public static final Color[] DEFAULT_GRADIENT_BACKGROUND

The default gradient background: It is used to colorize various header components.


DEFAULT_HYPERLINK_FOREGROUND

public static final Color DEFAULT_HYPERLINK_FOREGROUND

The default Color for hyperlinks


DEFAULT_BANNER_COLOR

public static final Color DEFAULT_BANNER_COLOR

The default about dialog banner color

Constructor Detail

ColorManager

public ColorManager()
Method Detail

dispose

public static void dispose()

Disposes all Color resources created by this ColorManager.