org.eclipse.gef.ui.actions
Class AlignmentRetargetAction
java.lang.Object
org.eclipse.gef.ui.actions.AlignmentRetargetAction
- public class AlignmentRetargetAction
- extends Object
Constructor Summary |
AlignmentRetargetAction(int align)
Constructs a new AlignmentRetargetAction with the default ID, label and image based on
the given alignment constant. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlignmentRetargetAction
public AlignmentRetargetAction(int align)
- Constructs a new AlignmentRetargetAction with the default ID, label and image based on
the given alignment constant. Possible values are
PositionConstants.BOTTOM
,
PositionConstants.CENTER
, PositionConstants.LEFT
,
PositionConstants.MIDDLE
, PositionConstants.RIGHT
, and
PositionConstants.TOP
.
- Parameters:
align
- the alignment.
Copyright (c) IBM Corp. and others 2000, 2006. All Rights Reserved.