Interface IEventHandlersUiPreferenceConstants
-
public interface IEventHandlersUiPreferenceConstants
Preference constants for Event Handlers Ui plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static String
EXPAND_FILTER_BODY_BACKGROUND_COLOR_KEY
Key for expand filter body background color.static String
EXPAND_FILTER_FOREGROUND_COLOR_KEY
Key for expand filter foreground color.static String
EXPAND_FILTER_FOREGROUND_DISABLED_COLOR_KEY
Key for expand filter foreground color.static String
EXPAND_FILTER_HEADER_BACKGROUND_COLOR_KEY
Key for expand filter header background color.static String
EXPAND_FILTER_VIEWERS_BACKGROUND_COLOR_KEY
Key for expand filter viewers background color.
-
-
-
Field Detail
-
EXPAND_FILTER_FOREGROUND_COLOR_KEY
static final String EXPAND_FILTER_FOREGROUND_COLOR_KEY
Key for expand filter foreground color.- See Also:
- Constant Field Values
-
EXPAND_FILTER_FOREGROUND_DISABLED_COLOR_KEY
static final String EXPAND_FILTER_FOREGROUND_DISABLED_COLOR_KEY
Key for expand filter foreground color.- See Also:
- Constant Field Values
-
EXPAND_FILTER_HEADER_BACKGROUND_COLOR_KEY
static final String EXPAND_FILTER_HEADER_BACKGROUND_COLOR_KEY
Key for expand filter header background color.- See Also:
- Constant Field Values
-
EXPAND_FILTER_BODY_BACKGROUND_COLOR_KEY
static final String EXPAND_FILTER_BODY_BACKGROUND_COLOR_KEY
Key for expand filter body background color.- See Also:
- Constant Field Values
-
EXPAND_FILTER_VIEWERS_BACKGROUND_COLOR_KEY
static final String EXPAND_FILTER_VIEWERS_BACKGROUND_COLOR_KEY
Key for expand filter viewers background color.- See Also:
- Constant Field Values
-
-