|
Eclipse Platform Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISynchronizeParticipantDescriptor
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 | |
---|---|
java.lang.String |
getDescription()
Returns a string describing this participant type. |
java.lang.String |
getId()
Returns the unique id that identifies this participant type. |
ImageDescriptor |
getImageDescriptor()
Returns the image descriptor for this participant type. |
java.lang.String |
getName()
Returns the name of this participant. |
boolean |
isPersistent()
Returns if this participant can be persisted between sessions. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getId()
ImageDescriptor getImageDescriptor()
boolean isPersistent()
true
if this participant can be persisted between sessions
and false otherwise.
|
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.