|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A participant descriptor contains the content of the
synchronizeParticipants
extension section for
for a registered participant type in the declaring plug-in's
manifest (plugin.xml
) file.
Clients are not intended to implement this interface.
ISynchronizeManager.getParticipantDescriptor(String)
Method Summary | |
---|---|
String |
getDescription()
Returns a string describing this participant type. |
String |
getId()
Returns the unique id that identifies this participant type. |
ImageDescriptor |
getImageDescriptor()
Returns the image descriptor for this participant type. |
String |
getName()
Returns the name of this participant. |
boolean |
isPersistent()
Returns if this participant can be persisted between sessions. |
Method Detail |
public String getName()
public String getDescription()
public String getId()
public ImageDescriptor getImageDescriptor()
public boolean isPersistent()
true
if this participant can be persisted between sessions
and false otherwise.
|
Eclipse Platform Release 3.1 |
|||||||||||
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, 2005. All rights reserved.