Package org.eclipse.e4.ui.workbench
Interface UIEvents.KeyBinding
-
- Enclosing class:
- UIEvents
public static interface UIEvents.KeyBinding
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMMAND
static String
PARAMETERS
static String
TOPIC
Deprecated.static String
TOPIC_ALL
static String
TOPIC_COMMAND
static String
TOPIC_PARAMETERS
-
-
-
Field Detail
-
TOPIC
@Deprecated static final String TOPIC
Deprecated.- See Also:
- Constant Field Values
-
TOPIC_ALL
static final String TOPIC_ALL
- See Also:
- Constant Field Values
-
TOPIC_COMMAND
static final String TOPIC_COMMAND
- See Also:
- Constant Field Values
-
TOPIC_PARAMETERS
static final String TOPIC_PARAMETERS
- See Also:
- Constant Field Values
-
COMMAND
static final String COMMAND
- See Also:
- Constant Field Values
-
PARAMETERS
static final String PARAMETERS
- See Also:
- Constant Field Values
-
-