* @see AbstractInfoView#createActions()
*/
@Override
protected void createActions() {
super.createActions();
openDeclarationAction = new OpenDeclarationAction(this);
openDeclarationAction.setEnabled(false);
fSelectAllAction = new SelectAllAction(getControl(), new SelectionProvider(
getControl()));
}