Package org.eclipse.e4.ui.workbench
Interface UIEvents.EventTags
-
- Enclosing class:
- UIEvents
public static interface UIEvents.EventTagsE4 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.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringATTNAMEThe attribute namestatic java.lang.StringELEMENTThe element that caused the event to be publishedstatic java.lang.StringNEW_VALUEThe new valuestatic java.lang.StringOLD_VALUEThe old valuestatic java.lang.StringPOSITIONThe position (if applicable) of the change within the list.static java.lang.StringTYPEThe event type @see UIEvents.EventTypesstatic java.lang.StringWIDGETThe widget that generated the event
-
-
-
Field Detail
-
ELEMENT
static final java.lang.String ELEMENT
The element that caused the event to be published- See Also:
- Constant Field Values
-
WIDGET
static final java.lang.String WIDGET
The widget that generated the event- See Also:
- Constant Field Values
-
TYPE
static final java.lang.String TYPE
The event type @see UIEvents.EventTypes- See Also:
- Constant Field Values
-
ATTNAME
static final java.lang.String ATTNAME
The attribute name- See Also:
- Constant Field Values
-
OLD_VALUE
static final java.lang.String OLD_VALUE
The old value- See Also:
- Constant Field Values
-
NEW_VALUE
static final java.lang.String NEW_VALUE
The new value- See Also:
- Constant Field Values
-
POSITION
static final java.lang.String POSITION
The position (if applicable) of the change within the list.- See Also:
- Constant Field Values
-
-