Interface IFormColors
public interface IFormColors
A place to hold all the color constants used in the forms package.
- Since:
- 3.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringKey for the tree/table border color.static final StringKey for the form header bottom keyline 1 color.static final StringKey for the form header bottom keyline 2 color.static final StringKey for the form header background gradient ending color.static final StringKey for the form header background gradient starting color.static final StringKey for the form header full hover color.static final StringKey for the form header light hover color.static final StringA prefix for the header color constants.static final StringA prefix for all the keys.static final StringKey for the section separator color.static final StringKey for the section title bar background.static final StringKey for the section title bar border.static final StringKey for the section title bar foreground.static final StringDeprecated.Since 3.3, this color is not used any more.static final Stringstatic final StringKey for the section toggle color.static final StringKey for the section toggle hover color.static final StringKey for the form title foreground color.
-
Field Details
-
PREFIX
-
TITLE
-
H_PREFIX
-
TB_PREFIX
- See Also:
-
H_GRADIENT_END
Key for the form header background gradient ending color.- See Also:
-
H_GRADIENT_START
Key for the form header background gradient starting color.- See Also:
-
H_BOTTOM_KEYLINE1
-
H_BOTTOM_KEYLINE2
-
H_HOVER_LIGHT
-
H_HOVER_FULL
-
BORDER
-
SEPARATOR
-
TB_BG
-
TB_FG
-
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:
-
TB_BORDER
-
TB_TOGGLE
Key for the section toggle color. Since 3.1, this color is used for all section styles.- See Also:
-
TB_TOGGLE_HOVER
-