actions.add(new CreateChildAction(activeEditorPart, selection, it.next()));
}
}
actions.add(new CreateChildrenFromJavaModelAction(activeEditorPart, selection, Flags.AccPublic, false));
actions.add(new CreateChildrenFromJavaModelAction(activeEditorPart, selection, Flags.AccPublic, true));
actions.add(new CreateRequirementsFromJavaModelAction(activeEditorPart, selection, false));
actions.add(new CreateRequirementsFromJavaModelAction(activeEditorPart, selection, true));
return actions;
}