Hi,
How can i get view in active window if i use the newest spring-rcp?
code if i used the previous version :
ThxCode:ApplicationAdvisor advisor = (ApplicationAdvisor) Application.services().getApplicationContext().getBean ("applicationAdvisor"); advisor.getStartingViewDescriptor().getDescription(); Application app = Application.instance(); View activeView = app.getActiveWindow().getView(); BindingView bindingView = (BindingView) activeView; bindingView.doAdd();
ulil


Reply With Quote