650651652653654655656657658659660
return null; } public ActionsForm newActions() { ActionsForm actions = new ActionsForm(this, folder, SWT.NONE); actions.openBlank(); newItem(actions, NEW_DOCUMENTATION_TITLE); return actions; } /**