Uses of Enum Class
org.eclipse.e4.ui.model.application.ui.SideValue
Packages that use 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
Fields in org.eclipse.e4.ui.model.application.ui with type parameters of type SideValueModifier and TypeFieldDescriptionSideValue.VALUES
A public read-only list of all the 'Side Value' enumerators.Methods in org.eclipse.e4.ui.model.application.ui that return SideValueModifier 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.Methods in org.eclipse.e4.ui.model.application.ui with parameters of type SideValue -
Uses of SideValue in org.eclipse.e4.ui.model.application.ui.impl
Fields in org.eclipse.e4.ui.model.application.ui.impl declared as SideValueModifier 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.Methods in org.eclipse.e4.ui.model.application.ui.impl that return SideValueModifier and TypeMethodDescriptionUiFactoryImpl.createSideValueFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) GenericTrimContainerImpl.getSide()
Methods in org.eclipse.e4.ui.model.application.ui.impl with parameters of type SideValue -
Uses of SideValue in org.eclipse.e4.ui.workbench.modeling
Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type SideValueModifier and TypeMethodDescriptionEModelService.getTrim
(MTrimmedWindow window, SideValue sv) Returns the window's MTrimBar for the specified side.