Search in sources :

Example 6 with CategorizedTextEditGroup

use of org.eclipse.ltk.core.refactoring.CategorizedTextEditGroup in project che by eclipse.

the class CompilationUnitRewrite method createCategorizedGroupDescription.

public CategorizedTextEditGroup createCategorizedGroupDescription(String name, GroupCategorySet set) {
    CategorizedTextEditGroup result = new CategorizedTextEditGroup(name, set);
    fTextEditGroups.add(result);
    return result;
}
Also used : CategorizedTextEditGroup(org.eclipse.ltk.core.refactoring.CategorizedTextEditGroup)

Aggregations

CategorizedTextEditGroup (org.eclipse.ltk.core.refactoring.CategorizedTextEditGroup)6 TextEdit (org.eclipse.text.edits.TextEdit)3 GroupCategory (org.eclipse.ltk.core.refactoring.GroupCategory)2 GroupCategorySet (org.eclipse.ltk.core.refactoring.GroupCategorySet)2 ArrayList (java.util.ArrayList)1 IBuffer (org.eclipse.jdt.core.IBuffer)1 ICompilationUnit (org.eclipse.jdt.core.ICompilationUnit)1 ASTNode (org.eclipse.jdt.core.dom.ASTNode)1 ListRewrite (org.eclipse.jdt.core.dom.rewrite.ListRewrite)1 CompilationUnitChange (org.eclipse.jdt.core.refactoring.CompilationUnitChange)1 IProblemLocation (org.eclipse.jdt.ui.text.java.IProblemLocation)1 BadLocationException (org.eclipse.jface.text.BadLocationException)1 Document (org.eclipse.jface.text.Document)1 IDocument (org.eclipse.jface.text.IDocument)1 TextEditChangeGroup (org.eclipse.ltk.core.refactoring.TextEditChangeGroup)1 MultiTextEdit (org.eclipse.text.edits.MultiTextEdit)1 TextEditGroup (org.eclipse.text.edits.TextEditGroup)1