}
protected AbstractAction getAction(GroupTreeNode node) {
AbstractAction action = new AddToGroupAction(node);
AbstractGroup group = node.getGroup();
action.setEnabled(group.supportsAdd());
return action;
}
/**
* Stores the information about the selected entries being scheduled for