31323334353637383940
public OperateManager(MapCtrl mapBox,Component component) { plugs = new ArrayList<Tool>(); this.mapBox = mapBox; commandManager=new CommandStack(); addPlug(new PanTool()); addPlug(new ZoomTool()); ComponentUtils.bindEvent(this, component); }