Package org.eclipse.gef.ui.actions

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

Related Classes of org.eclipse.gef.ui.actions.MatchWidthRetargetAction

Copyright © 2018 www.massapicom. 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.