Package org.eclipse.e4.ui.workbench
Interface UIEvents.Window
-
- Enclosing class:
- UIEvents
public static interface UIEvents.Window
-
-
Field Summary
Fields Modifier and Type Field Description static String
HEIGHT
static String
MAINMENU
static String
SHAREDELEMENTS
static String
TOPIC
Deprecated.static String
TOPIC_ALL
static String
TOPIC_HEIGHT
static String
TOPIC_MAINMENU
static String
TOPIC_SHAREDELEMENTS
static String
TOPIC_WIDTH
static String
TOPIC_WINDOWS
static String
TOPIC_X
static String
TOPIC_Y
static String
WIDTH
static String
WINDOWS
static String
X
static String
Y
-
-
-
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_HEIGHT
static final String TOPIC_HEIGHT
- See Also:
- Constant Field Values
-
TOPIC_MAINMENU
static final String TOPIC_MAINMENU
- See Also:
- Constant Field Values
-
TOPIC_SHAREDELEMENTS
static final String TOPIC_SHAREDELEMENTS
- See Also:
- Constant Field Values
-
TOPIC_WIDTH
static final String TOPIC_WIDTH
- See Also:
- Constant Field Values
-
TOPIC_WINDOWS
static final String TOPIC_WINDOWS
- See Also:
- Constant Field Values
-
TOPIC_X
static final String TOPIC_X
- See Also:
- Constant Field Values
-
TOPIC_Y
static final String TOPIC_Y
- See Also:
- Constant Field Values
-
HEIGHT
static final String HEIGHT
- See Also:
- Constant Field Values
-
MAINMENU
static final String MAINMENU
- See Also:
- Constant Field Values
-
SHAREDELEMENTS
static final String SHAREDELEMENTS
- See Also:
- Constant Field Values
-
WIDTH
static final String WIDTH
- See Also:
- Constant Field Values
-
WINDOWS
static final String WINDOWS
- See Also:
- Constant Field Values
-
X
static final String X
- See Also:
- Constant Field Values
-
Y
static final String Y
- See Also:
- Constant Field Values
-
-