Package org.geomajas.gwt.client.action.menu

Examples of org.geomajas.gwt.client.action.menu.InsertRingAction


      menu.addItem(new ToggleEditModeAction((ParentEditController) parent));
      menu.addItem(new MenuItemSeparator());
      menu.addItem(new InsertPointAction(mapWidget));
      menu.addItem(new RemovePointAction(mapWidget));
      menu.addItem(new MenuItemSeparator());
      menu.addItem(new InsertRingAction(mapWidget, (ParentEditController) parent));
      menu.addItem(new RemoveRingAction(mapWidget));
      menu.addItem(new MenuItemSeparator());
      menu.addItem(new ToggleGeometricInfoAction(this));
      menu.addItem(new ToggleSnappingAction(getFeatureTransaction().getLayer(), this));
    }
View Full Code Here

TOP

Related Classes of org.geomajas.gwt.client.action.menu.InsertRingAction

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.