Package | Description |
---|---|
org.eclipse.e4.ui.model.application.ui |
Application programming interfaces describing the Eclipse 4 state and container model elements.
|
org.eclipse.e4.ui.workbench.modeling |
Application programming interfaces describing the Eclipse 4 model services.
|
Modifier and Type | Field and Description |
---|---|
static List<SideValue> |
SideValue.VALUES
A public read-only list of all the 'Side Value' enumerators
|
Modifier and Type | Method and Description |
---|---|
static SideValue |
SideValue.get(int value)
Returns the 'Side Value' literal with the specified integer value
|
static SideValue |
SideValue.get(String literal)
Returns the 'Side Value' literal with the specified literal value
|
static SideValue |
SideValue.getByName(String name)
Returns the 'Side Value' literal with the specified name
|
SideValue |
MGenericTrimContainer.getSide()
Returns the value of the 'Side' attribute.
|
static SideValue |
SideValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SideValue[] |
SideValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MGenericTrimContainer.setSide(SideValue value)
Sets the value of the '
Side ' attribute |
Modifier and Type | Method and Description |
---|---|
MTrimBar |
EModelService.getTrim(MTrimmedWindow window,
SideValue sv)
Returns the window's MTrimBar for the specified side.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.