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 StringHEIGHTstatic StringMAINMENUstatic StringSHAREDELEMENTSstatic StringTOPICDeprecated.static StringTOPIC_ALLstatic StringTOPIC_HEIGHTstatic StringTOPIC_MAINMENUstatic StringTOPIC_SHAREDELEMENTSstatic StringTOPIC_WIDTHstatic StringTOPIC_WINDOWSstatic StringTOPIC_Xstatic StringTOPIC_Ystatic StringWIDTHstatic StringWINDOWSstatic StringXstatic StringY
-
-
-
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
-
-