Interface ICommonUiPreferenceConstants
-
public interface ICommonUiPreferenceConstants
Preference constants for Common ui plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_BORDER_COLOR
Preference key for default border color.static String
TABLE_EX_BODY_LINES_COLOR
Table ex body lines color.static String
TABLE_EX_CELL_FOCUSED_COLOR
Focused TableExCell color.static String
TABLE_EX_CELL_SELECTED_COLOR
Selected TableExCell color.static String
TABLE_EX_HEADER_COLOR
Key for table ex header color.static String
TABLE_EX_HEADER_GRADIENT_ENABLED
Key for table ex header gradient mode (true or false).static String
TABLE_EX_HEADER_LINES_COLOR
Table ex header lines color.static String
TABLE_EX_TREE_TOGGLE_BACKGROUND_COLOR
Table ex tree toggle background color.static String
TABLE_EX_TREE_TOGGLE_FOREGROUND_COLOR
Table ex tree toggle foreground color.static String
TABLE_EX_TREE_TOGGLE_USE_SYSTEM_COLORS
Key for should table ex tree toggle use system colors or not.
-
-
-
Field Detail
-
TABLE_EX_HEADER_COLOR
static final String TABLE_EX_HEADER_COLOR
Key for table ex header color.- See Also:
- Constant Field Values
-
TABLE_EX_HEADER_GRADIENT_ENABLED
static final String TABLE_EX_HEADER_GRADIENT_ENABLED
Key for table ex header gradient mode (true or false).- See Also:
- Constant Field Values
-
TABLE_EX_HEADER_LINES_COLOR
static final String TABLE_EX_HEADER_LINES_COLOR
Table ex header lines color.- See Also:
- Constant Field Values
-
TABLE_EX_BODY_LINES_COLOR
static final String TABLE_EX_BODY_LINES_COLOR
Table ex body lines color.- See Also:
- Constant Field Values
-
DEFAULT_BORDER_COLOR
static final String DEFAULT_BORDER_COLOR
Preference key for default border color.- See Also:
- Constant Field Values
-
TABLE_EX_TREE_TOGGLE_USE_SYSTEM_COLORS
static final String TABLE_EX_TREE_TOGGLE_USE_SYSTEM_COLORS
Key for should table ex tree toggle use system colors or not.- See Also:
- Constant Field Values
-
TABLE_EX_TREE_TOGGLE_BACKGROUND_COLOR
static final String TABLE_EX_TREE_TOGGLE_BACKGROUND_COLOR
Table ex tree toggle background color.- See Also:
- Constant Field Values
-
TABLE_EX_TREE_TOGGLE_FOREGROUND_COLOR
static final String TABLE_EX_TREE_TOGGLE_FOREGROUND_COLOR
Table ex tree toggle foreground color.- See Also:
- Constant Field Values
-
TABLE_EX_CELL_SELECTED_COLOR
static final String TABLE_EX_CELL_SELECTED_COLOR
Selected TableExCell color.- See Also:
- Constant Field Values
-
TABLE_EX_CELL_FOCUSED_COLOR
static final String TABLE_EX_CELL_FOCUSED_COLOR
Focused TableExCell color.- See Also:
- Constant Field Values
-
-