|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ltk.core.refactoring.GroupCategory
public class GroupCategory
A group category is used to annotate change groups so that they can be identified and filtered.
Note: this class is not intended to be subclassed
Constructor Summary | |
---|---|
GroupCategory(java.lang.String id,
java.lang.String name,
java.lang.String description)
Creates a new group category with the given name and description. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getDescription()
Returns the description of the group category. |
java.lang.String |
getName()
Returns the name of the group category. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupCategory(java.lang.String id, java.lang.String name, java.lang.String description)
id
- a unique identifiername
- the namedescription
- the descriptionMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getDescription()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
Eclipse Platform Release 3.2 |
|||||||||
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, 2006. All rights reserved.