501502503504505506507508509
} protected void createActions() { IAction action = new DroolsShowDetailPaneAction(this); setAction("ShowDetailPane", action); action = new ShowLogicalStructureAction(this); setAction("ShowLogicalStructure", action); setInitialContent(); }