Package org.eclipse.team.ui.synchronize
Interface ISynchronizeView
- All Superinterfaces:
- IAdaptable,- IPersistable,- IViewPart,- IWorkbenchPart
A view that displays synchronization participants that are registered with the
 synchronize manager. This is essentially a generic container that allows
 multiple 
ISynchronizeParticipant implementations to share the same
 view. The only behavior provided by the view is a mechanism for switching
 between participants.
 
 Clients can not add viewActions to this view because they will be global
 to all participants. Instead, add participant specific actions as described
 in ISynchronizePageConfiguration.
 
- Since:
- 3.0
- See Also:
- Restriction:
- Clients are not intended to implement this interface.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.static final StringThe id for this viewFields inherited from interface org.eclipse.ui.IWorkbenchPartPROP_TITLE
- 
Method SummaryModifier and TypeMethodDescriptionvoiddisplay(ISynchronizeParticipant participant) Displays the given synchronize participant in the Synchronize View.Returns the participant currently being displayed in the Synchronize View ornullif none.Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapterMethods inherited from interface org.eclipse.ui.IViewPartgetViewSite, init, init, saveStateMethods inherited from interface org.eclipse.ui.IWorkbenchPartaddPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
- 
Field Details- 
VIEW_IDThe id for this view- See Also:
 
- 
COMPARE_VIEW_IDDeprecated.not used, please useVIEW_IDinstead.This id is no longer used.- See Also:
 
 
- 
- 
Method Details- 
displayDisplays the given synchronize participant in the Synchronize View. This has no effect if this participant is already being displayed.- Parameters:
- participant- participant to be displayed, cannot be- null
 
- 
getParticipantISynchronizeParticipant getParticipant()Returns the participant currently being displayed in the Synchronize View ornullif none.- Returns:
- the participant currently being displayed in the Synchronize View
 or nullif none
 
 
- 
VIEW_IDinstead.