|
Eclipse PDE Release 3.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIdentifiable
Classes implement this interface if their instances need to be uniquely identified using an id.
| Field Summary | |
|---|---|
static java.lang.String |
P_ID
A property that will be carried by the change event if 'id' field of this object is changed. |
| Method Summary | |
|---|---|
java.lang.String |
getId()
Returns a unique id of this object. |
void |
setId(java.lang.String id)
Sets the id of this IIdentifiable to the provided value. |
| Field Detail |
|---|
static final java.lang.String P_ID
| Method Detail |
|---|
java.lang.String getId()
void setId(java.lang.String id)
throws CoreException
id - a new id of this object
CoreException
|
Eclipse PDE Release 3.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||