Uses of Class
org.eclipse.ltk.core.refactoring.GroupCategory
Packages that use GroupCategory
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
-
Uses of GroupCategory in org.eclipse.ltk.core.refactoring
Methods in org.eclipse.ltk.core.refactoring that return types with arguments of type GroupCategoryModifier and TypeMethodDescriptionGroupCategorySet.asList()Converts the group categories into a a unmodifiable list.Methods in org.eclipse.ltk.core.refactoring with parameters of type GroupCategoryModifier and TypeMethodDescriptionbooleanGroupCategorySet.contains(GroupCategory category) Returns whether the given category is contained in this set of group categoriesMethod parameters in org.eclipse.ltk.core.refactoring with type arguments of type GroupCategoryModifier and TypeMethodDescriptionbooleanGroupCategorySet.containsOneCategory(List<GroupCategory> categories) Returns whether one of the given categories is contained in this set of group categoriesbooleanTextEditBasedChange.hasOneGroupCategory(List<GroupCategory> groupCategories) Returnstrueif the change has one of the given group categories.Constructors in org.eclipse.ltk.core.refactoring with parameters of type GroupCategoryModifierConstructorDescriptionGroupCategorySet(GroupCategory category) Creates a new list of group categories initialized with the given group category.GroupCategorySet(GroupCategory[] categories) Creates a new set of group categories initialized from the given array of group categories