Uses of Class
org.eclipse.ltk.core.refactoring.GroupCategorySet
Packages that use GroupCategorySet
Package
Description
Application programmer interface to implement semantic preserving workspace transformations.
-
Uses of GroupCategorySet in org.eclipse.ltk.core.refactoring
Fields in org.eclipse.ltk.core.refactoring declared as GroupCategorySetModifier and TypeFieldDescriptionstatic final GroupCategorySetGroupCategorySet.NONEConstant representing a group category set containing no group categories.Methods in org.eclipse.ltk.core.refactoring that return GroupCategorySetModifier and TypeMethodDescriptionCategorizedTextEditGroup.getGroupCategorySet()Returns the set of group categories.TextEditBasedChangeGroup.getGroupCategorySet()Returns the set of group categories.static GroupCategorySetGroupCategorySet.union(GroupCategorySet one, GroupCategorySet two) Creates a new group category set containing the union of the given two group category setsMethods in org.eclipse.ltk.core.refactoring with parameters of type GroupCategorySetModifier and TypeMethodDescriptionstatic GroupCategorySetGroupCategorySet.union(GroupCategorySet one, GroupCategorySet two) Creates a new group category set containing the union of the given two group category setsConstructors in org.eclipse.ltk.core.refactoring with parameters of type GroupCategorySetModifierConstructorDescriptionCategorizedTextEditGroup(String name, GroupCategorySet groupCategories) Creates a new text edit group with the given name and group categories.CategorizedTextEditGroup(String name, TextEdit[] edits, GroupCategorySet groupCategories) Creates a new text edit group with the given name, array of edits and a set of group categories.CategorizedTextEditGroup(String name, TextEdit edit, GroupCategorySet groupCategories) Creates a new text edit group with a name, a singleTextEditand a set of group categories.