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