public class CategorizedTextEditGroup extends TextEditGroup
Note: this class is not intended to be subclassed
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. |
Modifier and Type | Method and Description |
---|---|
GroupCategorySet |
getGroupCategorySet()
Returns the set of group categories.
|
addTextEdit, clearTextEdits, getName, getRegion, getTextEdits, isEmpty, removeTextEdit
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 categoriespublic GroupCategorySet getGroupCategorySet()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.