|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.team.ui.synchronize.ParticipantPagePane
Standalone presentation of a participant page within a view pane. This allows showing a participant page with it's toolbar in dialogs and embedded in views and editors.
Constructor Summary | |
---|---|
ParticipantPagePane(Shell shell,
boolean isModal,
ISynchronizePageConfiguration pageConfiguration,
ISynchronizeParticipant participant)
Creates a part for the provided participant. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
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 partMethod Detail |
public void dispose()
public Image getTitleImage()
public String getTitle()
public Control createPartControl(Composite parent)
public ISynchronizePageConfiguration getPageConfiguration()
public ISynchronizeParticipant getParticipant()
|
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.