|
Eclipse PDE Release 3.6 |
||||||||||
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 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 |
---|
static final String P_ID
Method Detail |
---|
String getId()
void setId(String id) throws org.eclipse.core.runtime.CoreException
id
- a new id of this object
org.eclipse.core.runtime.CoreException
|
Eclipse PDE Release 3.6 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |