Package org.eclipse.ui.forms
Interface IFormColors
-
public interface IFormColorsA place to hold all the color constants used in the forms package.- Since:
- 3.3
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBORDERKey for the tree/table border color.static java.lang.StringH_BOTTOM_KEYLINE1Key for the form header bottom keyline 1 color.static java.lang.StringH_BOTTOM_KEYLINE2Key for the form header bottom keyline 2 color.static java.lang.StringH_GRADIENT_ENDKey for the form header background gradient ending color.static java.lang.StringH_GRADIENT_STARTKey for the form header background gradient starting color.static java.lang.StringH_HOVER_FULLKey for the form header full hover color.static java.lang.StringH_HOVER_LIGHTKey for the form header light hover color.static java.lang.StringH_PREFIXA prefix for the header color constants.static java.lang.StringPREFIXA prefix for all the keys.static java.lang.StringSEPARATORKey for the section separator color.static java.lang.StringTB_BGKey for the section title bar background.static java.lang.StringTB_BORDERKey for the section title bar border.static java.lang.StringTB_FGKey for the section title bar foreground.static java.lang.StringTB_GBGDeprecated.Since 3.3, this color is not used any more.static java.lang.StringTB_PREFIXstatic java.lang.StringTB_TOGGLEKey for the section toggle color.static java.lang.StringTB_TOGGLE_HOVERKey for the section toggle hover color.static java.lang.StringTITLEKey for the form title foreground color.
-
-
-
Field Detail
-
PREFIX
static final java.lang.String PREFIX
A prefix for all the keys.- See Also:
- Constant Field Values
-
TITLE
static final java.lang.String TITLE
Key for the form title foreground color.- See Also:
- Constant Field Values
-
H_PREFIX
static final java.lang.String H_PREFIX
A prefix for the header color constants.- See Also:
- Constant Field Values
-
TB_PREFIX
static final java.lang.String TB_PREFIX
- See Also:
- Constant Field Values
-
H_GRADIENT_END
static final java.lang.String H_GRADIENT_END
Key for the form header background gradient ending color.- See Also:
- Constant Field Values
-
H_GRADIENT_START
static final java.lang.String H_GRADIENT_START
Key for the form header background gradient starting color.- See Also:
- Constant Field Values
-
H_BOTTOM_KEYLINE1
static final java.lang.String H_BOTTOM_KEYLINE1
Key for the form header bottom keyline 1 color.- See Also:
- Constant Field Values
-
H_BOTTOM_KEYLINE2
static final java.lang.String H_BOTTOM_KEYLINE2
Key for the form header bottom keyline 2 color.- See Also:
- Constant Field Values
-
H_HOVER_LIGHT
static final java.lang.String H_HOVER_LIGHT
Key for the form header light hover color.- See Also:
- Constant Field Values
-
H_HOVER_FULL
static final java.lang.String H_HOVER_FULL
Key for the form header full hover color.- See Also:
- Constant Field Values
-
BORDER
static final java.lang.String BORDER
Key for the tree/table border color.- See Also:
- Constant Field Values
-
SEPARATOR
static final java.lang.String SEPARATOR
Key for the section separator color.- See Also:
- Constant Field Values
-
TB_BG
static final java.lang.String TB_BG
Key for the section title bar background.- See Also:
- Constant Field Values
-
TB_FG
static final java.lang.String TB_FG
Key for the section title bar foreground.- See Also:
- Constant Field Values
-
TB_GBG
@Deprecated static final java.lang.String TB_GBG
Deprecated.Since 3.3, this color is not used any more. The tool bar gradient is created starting fromTB_BGto the section background color.Key for the section title bar gradient.- See Also:
- Constant Field Values
-
TB_BORDER
static final java.lang.String TB_BORDER
Key for the section title bar border.- See Also:
- Constant Field Values
-
TB_TOGGLE
static final java.lang.String TB_TOGGLE
Key for the section toggle color. Since 3.1, this color is used for all section styles.- See Also:
- Constant Field Values
-
TB_TOGGLE_HOVER
static final java.lang.String TB_TOGGLE_HOVER
Key for the section toggle hover color.- See Also:
- Constant Field Values
-
-