Package org.eclipse.e4.ui.workbench
Interface UIEvents.ApplicationElement
-
- Enclosing class:
- UIEvents
public static interface UIEvents.ApplicationElement
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTRIBUTORURI
static String
ELEMENTID
static String
PERSISTEDSTATE
static String
TAGS
static String
TOPIC
Deprecated.static String
TOPIC_ALL
static String
TOPIC_CONTRIBUTORURI
static String
TOPIC_ELEMENTID
static String
TOPIC_PERSISTEDSTATE
static String
TOPIC_TAGS
static String
TOPIC_TRANSIENTDATA
static String
TRANSIENTDATA
-
-
-
Field Detail
-
TOPIC
@Deprecated static final String TOPIC
Deprecated.- See Also:
- Constant Field Values
-
TOPIC_ALL
static final String TOPIC_ALL
- See Also:
- Constant Field Values
-
TOPIC_CONTRIBUTORURI
static final String TOPIC_CONTRIBUTORURI
- See Also:
- Constant Field Values
-
TOPIC_ELEMENTID
static final String TOPIC_ELEMENTID
- See Also:
- Constant Field Values
-
TOPIC_PERSISTEDSTATE
static final String TOPIC_PERSISTEDSTATE
- See Also:
- Constant Field Values
-
TOPIC_TAGS
static final String TOPIC_TAGS
- See Also:
- Constant Field Values
-
TOPIC_TRANSIENTDATA
static final String TOPIC_TRANSIENTDATA
- See Also:
- Constant Field Values
-
CONTRIBUTORURI
static final String CONTRIBUTORURI
- See Also:
- Constant Field Values
-
ELEMENTID
static final String ELEMENTID
- See Also:
- Constant Field Values
-
PERSISTEDSTATE
static final String PERSISTEDSTATE
- See Also:
- Constant Field Values
-
TAGS
static final String TAGS
- See Also:
- Constant Field Values
-
TRANSIENTDATA
static final String TRANSIENTDATA
- See Also:
- Constant Field Values
-
-