Package org.eclipse.e4.ui.workbench
Interface UIEvents.EventTypes
- Enclosing class:
UIEvents
public static interface UIEvents.EventTypes
E4 UI Event Types. Add appropriate utility is <Test> method below if
new types added
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAdd event: value added isUIEvents.EventTags.NEW_VALUE.static final StringAdd many items: values added areUIEvents.EventTags.NEW_VALUEstatic final StringCreation eventstatic final StringValue moved: the value moved is theUIEvents.EventTags.NEW_VALUE, the old position isUIEvents.EventTags.OLD_VALUE, and the new position inUIEvents.EventTags.POSITION.static final StringRemove event: value removed isUIEvents.EventTags.OLD_VALUEstatic final StringRemove many event: the values removed are theUIEvents.EventTags.OLD_VALUE(a collection).static final StringSet event
-
Field Details
-
CREATE
Creation event- See Also:
-
SET
Set event- See Also:
-
ADD
Add event: value added isUIEvents.EventTags.NEW_VALUE.- See Also:
-
ADD_MANY
Add many items: values added areUIEvents.EventTags.NEW_VALUE- See Also:
-
REMOVE
Remove event: value removed isUIEvents.EventTags.OLD_VALUE- See Also:
-
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:
-
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:
-