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
FieldsModifier and TypeFieldDescriptionstatic final StringThe attribute namestatic final StringThe element that caused the event to be publishedstatic final StringThe new valuestatic final StringThe old valuestatic final StringThe position (if applicable) of the change within the list.static final StringThe event type @see UIEvents.EventTypesstatic final StringThe 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:
-