335336337338339340341
* Return a {@link RelationFinder} describing the current selection. * * @return Return a {@link RelationFinder} describing the current selection. */ protected RelationFinder getFinder() { return new MultipleRelationFinder(getSelectedRelations()); }