Class AlignmentRetargetAction

All Implemented Interfaces:
IAction, ActionFactory.IWorkbenchAction, IPartListener

public class AlignmentRetargetAction extends LabelRetargetAction
  • Constructor Details

    • 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.