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
Methods in org.eclipse.e4.ui.model.internal that return PositionModifier and TypeMethodDescriptionstatic final Position
Find thePosition
enum value used in the given positioning string.PositionInfo.getPosition()
Returns the kind/type of positioning which should be used.static Position
Returns 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.