Examples of MatchWidthRetargetAction


Examples of org.eclipse.gef.ui.actions.MatchWidthRetargetAction

  addRetargetAction(new AlignmentRetargetAction(PositionConstants.BOTTOM));
 
  addRetargetAction(new ZoomInRetargetAction());
  addRetargetAction(new ZoomOutRetargetAction());
 
  addRetargetAction(new MatchWidthRetargetAction());
  addRetargetAction(new MatchHeightRetargetAction());
 
  addRetargetAction(new RetargetAction(
      GEFActionConstants.TOGGLE_RULER_VISIBILITY,
      GEFMessages.ToggleRulerVisibility_Label, IAction.AS_CHECK_BOX));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.