public final class ColorAndFontConstants extends Object
Modifier and Type | Field and Description |
---|---|
static Color |
BACKGROUND
Background color (the color of the panels).
|
static Color |
BUTTON_FOREGROUND
The text color of buttons.
|
static Font |
CATEGORY_FONT
The font to be used in the CategoryButton component.
|
static Color |
CATEGORY_FOREGROUND
The text color of the category items.
|
static Color |
DEFAULT_BORDER_COLOR
The default border color.
|
static Font |
DEFAULT_FONT
The default font of the labels.
|
static Font |
EXPANDER_FONT
The font of the BasicExpander component.
|
static Color |
EXPANDER_FOREGROUND
The text color of the BasicExpander components.
|
static Color |
FOREGROUND
Foreground color (the color of normal text).
|
static Color |
GREY_BACKGROUND
The grey color background that is used for instance as background for the buttons in the dialogs (in the bottom
of the dialogs).
|
static Color |
GRID_COLOR
The grid color for the table.
|
static Font |
HEADER_FONT
The font of the table header.
|
static Font |
INLINE_HELP_FONT
The in-line help font.
|
static Color |
MOUSE_OVER_BACKGROUND
The color of the background when the mouse is over (this is used in some components, like the accordion
components or some tables to have a visual hint that some components can be clicked).
|
static Color |
MOUSE_OVER_FOREGROUND
The color of the text when the mouse is over (this is used in some components, like the accordion components or
some tables to have a visual hint that some components can be clicked).
|
static Color |
PRESSED_BACKGROUND
The color of the background when the mouse is pressed (this is used in some components, like the accordion
components or some tables to have a visual hint that some components can be clicked).
|
static Color |
PRESSED_FOREGROUND
The color of the text when the mouse is pressed (this is used in some components, like the accordion components
or some tables to have a visual hint that some components can be clicked).
|
static Font |
PRIMARY_FONT
The font to be used in primary labels.
|
static Font |
PROGRESS_FONT
The font to be used in the progress dialog's 'Details' section.
|
static Color |
TABLE_BACKGROUND
The background color of the table.
|
static Font |
TABLE_FONT
The font to be used in the table.
|
static Color |
TABLE_FOREGROUND
The color of the text in the table.
|
static Border |
TEXT_AREA_BORDER
The border to be used for a text area.
|
static Font |
TITLE_FONT
The font to be used in the title of the TitlePanel component.
|
static Color |
TOP_ACCORDION_BORDER_COLOR
The top border of the accordion component.
|
static Color |
TREE_BACKGROUND
The background color of the tree.
|
static Font |
TREE_FONT
The font to be used in the tree.
|
static Color |
TREE_FOREGROUND
The text color of the tree.
|
public static final Color FOREGROUND
public static final Color BACKGROUND
public static final Border TEXT_AREA_BORDER
public static final Color BUTTON_FOREGROUND
public static final Color CATEGORY_FOREGROUND
public static final Color EXPANDER_FOREGROUND
public static final Color GREY_BACKGROUND
public static final Color DEFAULT_BORDER_COLOR
public static final Color GRID_COLOR
public static final Color TABLE_FOREGROUND
public static final Color TABLE_BACKGROUND
public static final Color TREE_FOREGROUND
public static final Color TREE_BACKGROUND
public static final Color MOUSE_OVER_BACKGROUND
public static final Color MOUSE_OVER_FOREGROUND
public static final Color PRESSED_BACKGROUND
public static final Color PRESSED_FOREGROUND
public static final Font DEFAULT_FONT
public static final Font EXPANDER_FONT
public static final Font INLINE_HELP_FONT
public static final Font HEADER_FONT
public static final Font CATEGORY_FONT
public static final Color TOP_ACCORDION_BORDER_COLOR
public static final Font PRIMARY_FONT
public static final Font TREE_FONT
public static final Font TABLE_FONT
public static final Font TITLE_FONT
public static final Font PROGRESS_FONT
Copyright 2010-2020 ForgeRock AS.