Package org.eclipse.e4.ui.workbench
Interface UIEvents.EventTypes
-
- Enclosing class:
- UIEvents
public static interface UIEvents.EventTypesE4 UI Event Types. Add appropriate utility is <Test> method below if new types added
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringADDAdd event: value added isUIEvents.EventTags.NEW_VALUE.static java.lang.StringADD_MANYAdd many items: values added areUIEvents.EventTags.NEW_VALUEstatic java.lang.StringCREATECreation eventstatic java.lang.StringMOVEValue moved: the value moved is theUIEvents.EventTags.NEW_VALUE, the old position isUIEvents.EventTags.OLD_VALUE, and the new position inUIEvents.EventTags.POSITION.static java.lang.StringREMOVERemove event: value removed isUIEvents.EventTags.OLD_VALUEstatic java.lang.StringREMOVE_MANYRemove many event: the values removed are theUIEvents.EventTags.OLD_VALUE(a collection).static java.lang.StringSETSet event
-
-
-
Field Detail
-
CREATE
static final java.lang.String CREATE
Creation event- See Also:
- Constant Field Values
-
SET
static final java.lang.String SET
Set event- See Also:
- Constant Field Values
-
ADD
static final java.lang.String ADD
Add event: value added isUIEvents.EventTags.NEW_VALUE.- See Also:
UIEvents.isADD(Event), Constant Field Values
-
ADD_MANY
static final java.lang.String ADD_MANY
Add many items: values added areUIEvents.EventTags.NEW_VALUE- See Also:
UIEvents.isADD(Event), Constant Field Values
-
REMOVE
static final java.lang.String REMOVE
Remove event: value removed isUIEvents.EventTags.OLD_VALUE- See Also:
UIEvents.isREMOVE(Event), Constant Field Values
-
REMOVE_MANY
static final java.lang.String REMOVE_MANY
Remove many event: the values removed are theUIEvents.EventTags.OLD_VALUE(a collection). The former positions of the removed values are provided as an integer array inUIEvents.EventTags.POSITION.- See Also:
UIEvents.isREMOVE(Event), Constant Field Values
-
MOVE
static final java.lang.String MOVE
Value moved: the value moved is theUIEvents.EventTags.NEW_VALUE, the old position isUIEvents.EventTags.OLD_VALUE, and the new position inUIEvents.EventTags.POSITION.- See Also:
- Constant Field Values
-
-