读书人

RAP惯用技巧

发布时间: 2012-08-07 14:54:48 作者: rapoo

RAP常用技巧

1. 从当前窗口改变透视图需要以下2个步骤:

??????? 步骤1 隐藏当前透视图:

 View view = (View) PlatformUI.getWorkbench().        getActiveWorkbenchWindow().getActivePage().findView(ViewID);

???? Now using this reference the Controls and methods of the view can be accesed.


说明:RAP隐藏透视图,隐藏视图的功能相当于删除

?

读书人网 >软件架构设计

热点推荐