public final class ParticipantPagePane extends Object
Constructor and Description |
---|
ParticipantPagePane(Shell shell,
boolean isModal,
ISynchronizePageConfiguration pageConfiguration,
ISynchronizeParticipant participant)
Creates a part for the provided participant.
|
Modifier and Type | Method and Description |
---|---|
Control |
createPartControl(Composite parent) |
void |
dispose() |
ISynchronizePageConfiguration |
getPageConfiguration()
Return the synchronize page configuration for this part
|
ISynchronizeParticipant |
getParticipant()
Return the Synchronize participant for this part
|
String |
getTitle() |
Image |
getTitleImage() |
public ParticipantPagePane(Shell shell, boolean isModal, ISynchronizePageConfiguration pageConfiguration, ISynchronizeParticipant participant)
For example, clients can decide if the user can edit the compare panes by calling CompareConfiguration.setLeftEditable(boolean)
or CompareConfiguration.setRightEditable(boolean)
.
shell
- the parent shell for this partisModal
- to set the pane as modal or notpageConfiguration
- the configuration that will be provided to the participant prior to creating the pageparticipant
- the participant whose page will be displayed in this partpublic void dispose()
public Image getTitleImage()
public String getTitle()
public ISynchronizePageConfiguration getPageConfiguration()
public ISynchronizeParticipant getParticipant()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.