`
lubao83512
  • 浏览: 2846 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
shell.addControlListener(new ControlListener(){             public void controlMoved(ControlEvent e) {                 canvas.redraw();             }             public void controlResized(ControlEvent e) {                 canvas.redraw();             }         }); 
1、重启RCP应用   PlatformUI.getWorkbench().restart();   2、在插件资源库中查找Perspective(其它extend point资源的获得类似) IPerspectiveDescriptoripd=PlatformUI.getWorkbench().getPerspectiveRegistry().findPerspectiveWithId(FavoritePerspective.ID); //根据plugin.xml中的ID查找   3、获得当前RCP应用的shell   Shell shell = PlatformUI.getWork ...
适合于对整个jar文件进行编译
  • 2009-01-20 16:02
  • 浏览 1230
  • 评论(6)
  • 论坛回复 / 浏览 (-3 / 10642)
Global site tag (gtag.js) - Google Analytics