Package | Description |
---|---|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
Modifier and Type | Field and Description |
---|---|
static GroupCategorySet |
GroupCategorySet.NONE
Constant representing a group category set containing no
group categories.
|
Modifier and Type | Method and Description |
---|---|
GroupCategorySet |
CategorizedTextEditGroup.getGroupCategorySet()
Returns the set of group categories.
|
GroupCategorySet |
TextEditBasedChangeGroup.getGroupCategorySet()
Returns the set of group categories.
|
static GroupCategorySet |
GroupCategorySet.union(GroupCategorySet one,
GroupCategorySet two)
Creates a new group category set containing the union of the given two
group category sets
|
Modifier and Type | Method and Description |
---|---|
static GroupCategorySet |
GroupCategorySet.union(GroupCategorySet one,
GroupCategorySet two)
Creates a new group category set containing the union of the given two
group category sets
|
Constructor and 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 single
TextEdit
and a set of group categories. |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.