getDetailViewer().getSelectionProvider());
addContextMenuManager(menuMgr);
}
protected void createActions() {
IAction action = new DroolsShowDetailPaneAction(this);
setAction("ShowDetailPane", action);
action = new ShowLogicalStructureAction(this);
setAction("ShowLogicalStructure", action);
setInitialContent();
}