3233343536373839
} protected UndoableCommand createCommand(ResourceSet resources, SelectionModel selectionModel) { return new RemoveSelectionSetFromViewCommand(selectionModel, resources, "Remove set '" + resources.getLabel() + "' from selection"); }