Uses of Class
org.eclipse.ltk.core.refactoring.GroupCategorySet
-
Packages that use GroupCategorySet Package Description org.eclipse.ltk.core.refactoring 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 GroupCategorySet Modifier and Type Field Description static GroupCategorySetGroupCategorySet. NONEConstant representing a group category set containing no group categories.Methods in org.eclipse.ltk.core.refactoring that return GroupCategorySet Modifier and Type Method Description GroupCategorySetCategorizedTextEditGroup. getGroupCategorySet()Returns the set of group categories.GroupCategorySetTextEditBasedChangeGroup. 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 GroupCategorySet Modifier and Type Method Description static 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 GroupCategorySet Constructor Description CategorizedTextEditGroup(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.
-