Package org.eclipse.e4.ui.workbench
Interface UIEvents.EventTags
- Enclosing class:
- UIEvents
public static interface UIEvents.EventTags
E4 UI Event argument attribute keys. These are used as keys for the event
arguments map. Each event may have none, some, or all arguments set.
- Restriction:
- This interface is not intended to be implemented by clients.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The attribute namestatic final String
The element that caused the event to be publishedstatic final String
The new valuestatic final String
The old valuestatic final String
The position (if applicable) of the change within the list.static final String
The event type @see UIEvents.EventTypesstatic final String
The widget that generated the event
-
Field Details
-
ELEMENT
The element that caused the event to be published- See Also:
-
WIDGET
The widget that generated the event- See Also:
-
TYPE
The event type @see UIEvents.EventTypes- See Also:
-
ATTNAME
The attribute name- See Also:
-
OLD_VALUE
The old value- See Also:
-
NEW_VALUE
The new value- See Also:
-
POSITION
The position (if applicable) of the change within the list.- See Also:
-