3031323334353637
addActions("schedule", scheduleActions); } private void addActions(String category, Iterable<Action> actions) { for (Action a : actions) { this.actions.add(new ProjectConsoleAction(category, a)); } }