|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sourceforge.java.feednread.backend.configuration.ColorManager
Manages the Color objects created and used within the application.
| 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 |
private static final Display DEFAULT_DISPLAY
The default Display to be used for creating and retrieving
Color objects
public static final Color DEFAULT_TOOLBAR_BACKGROUND
The default background for a ToolBar and its components
public static final Color[] DEFAULT_GRADIENT_BACKGROUND
The default gradient background: It is used to colorize various header components.
public static final Color DEFAULT_HYPERLINK_FOREGROUND
The default Color for hyperlinks
public static final Color DEFAULT_BANNER_COLOR
The default about dialog banner color
| Constructor Detail |
public ColorManager()
| Method Detail |
public static void dispose()
Disposes all Color resources created by this
ColorManager.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||