锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲久草在线视频,久久一区二区三区超碰国产精品,成人h动漫精品一区二区http://www.aygfsteel.com/lucia/category/3261.htmlzh-cnThu, 08 Mar 2007 02:40:28 GMTThu, 08 Mar 2007 02:40:28 GMT60How to add zoom function into your eclipse plugin?http://www.aygfsteel.com/lucia/archive/2005/10/25/16814.htmllucialuciaTue, 25 Oct 2005 15:38:00 GMThttp://www.aygfsteel.com/lucia/archive/2005/10/25/16814.htmlhttp://www.aygfsteel.com/lucia/comments/16814.htmlhttp://www.aygfsteel.com/lucia/archive/2005/10/25/16814.html#Feedback0http://www.aygfsteel.com/lucia/comments/commentRss/16814.htmlhttp://www.aygfsteel.com/lucia/services/trackbacks/16814.html 1. Add the action into the toolbar:
...in Class: ActionBarContributor...
    ...in Method: contributeToToolBar...
        toolBarManager.add(getAction(GEFActionConstants.ZOOM_IN));
        toolBarManager.add(getAction(GEFActionConstants.ZOOM_OUT));
        toolBarManager.add(new ZoomComboContributionItem(getPage()));

2. Connect the Zoom Manager with your edit part:
...in Class: YourEditor...
    ...in Method: configureGraphicalViewer...
        ScalableFreeformRootEditPart rootEditPart= new ScalableFreeformRootEditPart();
        getGraphicalViewer().setRootEditPart(rootEditPart);

        ZoomManager manager = rootEditPart.getZoomManager();
        IAction action = new ZoomInAction(manager);
        getActionRegistry().registerAction(action);
        action = new ZoomOutAction(manager);
        getActionRegistry().registerAction(action);

        //define the zoom possibilities
        double[] zoomLevels = new double[] {0.25,0.5,0.75,1.0,1.5,2.0,2.5,3.0,4.0};
        manager.setZoomLevels(zoomLevels);
   ...in Method: getAdapter...
        if (type == ZoomManager.class)
              return ((ScalableFreeformRootEditPart) getGraphicalViewer().
                        getRootEditPart()).getZoomManager();

That's all! Now you have two buttons to zoom in and zoom out. And you can see the zoom level in percent.  With the example here you  can change  zoom level from 25% to 400%.



lucia 2005-10-25 23:38 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 龙门县| 家居| 界首市| 巫溪县| 江西省| 周宁县| 城口县| 高雄县| 东丽区| 延庆县| 龙海市| 抚州市| 余姚市| 长兴县| 土默特左旗| 迭部县| 和平县| 镇康县| 喜德县| 曲周县| 信丰县| 南丹县| 彭山县| 咸宁市| 额济纳旗| 翼城县| 大英县| 大新县| 石景山区| 特克斯县| 荣成市| 松桃| 常宁市| 本溪| 进贤县| 始兴县| 周至县| 平凉市| SHOW| 甘孜| 宁夏|