Package | Description |
---|---|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
Modifier and Type | Method and Description |
---|---|
List<GroupCategory> |
GroupCategorySet.asList()
Converts the group categories into a a unmodifiable
list.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GroupCategorySet.contains(GroupCategory category)
Returns whether the given category is contained
in this set of group categories
|
Modifier and Type | Method and Description |
---|---|
boolean |
GroupCategorySet.containsOneCategory(List<GroupCategory> categories)
Returns whether one of the given categories is contained
in this set of group categories
|
boolean |
TextEditBasedChange.hasOneGroupCategory(List<GroupCategory> groupCategories)
Returns
true if the change has one of the given group
categories. |
Constructor and Description |
---|
GroupCategorySet(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
|
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.