|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.text.edits.TextEditGroup
org.eclipse.ltk.core.refactoring.CategorizedTextEditGroup
A special text edit group that manages an additional set of group categories.
Note: this class is not intended to be subclassed
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
GroupCategorySet |
getGroupCategorySet()
Returns the set of group categories. |
Methods inherited from class org.eclipse.text.edits.TextEditGroup |
---|
addTextEdit, clearTextEdits, getName, getRegion, getTextEdits, isEmpty, removeTextEdit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CategorizedTextEditGroup(String name, GroupCategorySet groupCategories)
name
- the name of the text edit group. Must be
a human readable stringgroupCategories
- a set of group categoriespublic CategorizedTextEditGroup(String name, TextEdit edit, GroupCategorySet groupCategories)
TextEdit
and a set of group categories.
name
- the name of the text edit group. Must be
a human readable stringedit
- the edit to managegroupCategories
- a set of group categoriespublic CategorizedTextEditGroup(String name, TextEdit[] edits, GroupCategorySet groupCategories)
name
- the name of the text edit group. Must be
a human readable stringedits
- the array of editsgroupCategories
- a set of group categoriesMethod Detail |
public GroupCategorySet getGroupCategorySet()
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.