Uses of Enum Class
org.eclipse.e4.ui.model.internal.Position
Packages that use Position
-
Uses of Position in org.eclipse.e4.ui.model.internal
Subclasses with type arguments of type Position in org.eclipse.e4.ui.model.internalModifier and TypeClassDescriptionenumAll the possible positioning values which can be used to contribute elements into the wanted place of a list.Methods in org.eclipse.e4.ui.model.internal that return PositionModifier and TypeMethodDescriptionstatic final PositionFind thePositionenum value used in the given positioning string.PositionInfo.getPosition()Returns the kind/type of positioning which should be used.static PositionReturns the enum constant of this class with the specified name.static Position[]Position.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.e4.ui.model.internal with parameters of type PositionModifierConstructorDescriptionPositionInfo(Position position, String positionReference) Creates an instance of the PositionInfo.