189190191192193194195196
setViewerInput(null); } } protected void createActions() { IAction action = new ShowLogicalStructureAction(this); setAction("ShowLogicalStructure", action); }
191192193194195196197198
183184185186187188189190
187188189190191192193194
501502503504505506507508509
} protected void createActions() { IAction action = new DroolsShowDetailPaneAction(this); setAction("ShowDetailPane", action); action = new ShowLogicalStructureAction(this); setAction("ShowLogicalStructure", action); setInitialContent(); }