Uses of Enum Class
org.eclipse.e4.ui.model.application.ui.SideValue
Package
Description
Application programming interfaces describing the Eclipse 4 state and container model elements.
Application programming interfaces describing the Eclipse 4 model services.
-
Uses of SideValue in org.eclipse.e4.ui.model.application.ui
Modifier and TypeFieldDescriptionSideValue.VALUES
A public read-only list of all the 'Side Value' enumerators.Modifier and TypeMethodDescriptionstatic SideValue
SideValue.get
(int value) Returns the 'Side Value' literal with the specified integer value.static SideValue
Returns the 'Side Value' literal with the specified literal value.static SideValue
Returns the 'Side Value' literal with the specified name.MGenericTrimContainer.getSide()
Returns the value of the 'Side' attribute.static SideValue
Returns the enum constant of this class with the specified name.static SideValue[]
SideValue.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SideValue in org.eclipse.e4.ui.model.application.ui.impl
Modifier and TypeFieldDescriptionprotected SideValue
GenericTrimContainerImpl.side
The cached value of the 'Side
' attribute.protected static final SideValue
GenericTrimContainerImpl.SIDE_EDEFAULT
The default value of the 'Side
' attribute.Modifier and TypeMethodDescriptionUiFactoryImpl.createSideValueFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GenericTrimContainerImpl.getSide()
-
Uses of SideValue in org.eclipse.e4.ui.workbench.modeling
Modifier and TypeMethodDescriptionEModelService.getTrim
(MTrimmedWindow window, SideValue sv) Returns the window's MTrimBar for the specified side.