public interface ISynchronizeView extends IViewPart
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
.
ISynchronizeManager.showSynchronizeViewInActivePage()
Modifier and Type | Field and Description |
---|---|
static String |
COMPARE_VIEW_ID
Deprecated.
not used, please use
VIEW_ID instead. |
static String |
VIEW_ID
The id for this view
|
PROP_TITLE
Modifier and Type | Method and Description |
---|---|
void |
display(ISynchronizeParticipant participant)
Displays the given synchronize participant in the Synchronize View.
|
ISynchronizeParticipant |
getParticipant()
Returns the participant currently being displayed in the Synchronize View
or
null if none. |
getViewSite, init, init, saveState
addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
getAdapter
static final String VIEW_ID
static final String COMPARE_VIEW_ID
VIEW_ID
instead.void display(ISynchronizeParticipant participant)
participant
- participant to be displayed, cannot be null
ISynchronizeParticipant getParticipant()
null
if none.null
if none
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.