Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

org.eclipse.team.ui.synchronize
Class ParticipantPagePane


java.lang.Object
  extended by 
org.eclipse.team.ui.synchronize.ParticipantPagePane

public final class ParticipantPagePane
extends Object

Stand alone 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.

Since:
3.1

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

ParticipantPagePane

public ParticipantPagePane(
Shell shell,
                           boolean isModal,
                           
ISynchronizePageConfiguration pageConfiguration,
                           
ISynchronizeParticipant participant)
Creates a part for the provided participant. The page configuration is used when creating the participant page and the resulting compare/merge panes will be configured with the provided compare configuration.

For example, clients can decide if the user can edit the compare panes by calling CompareConfiguration.setLeftEditable(boolean) or CompareConfiguration.setRightEditable(boolean).

Parameters:
shell - the parent shell for this part
isModal - to set the pane as modal or not
pageConfiguration - the configuration that will be provided to the participant prior to creating the page
participant - the participant whose page will be displayed in this part
Method Detail

dispose

public void dispose()

getTitleImage

public 
Image getTitleImage()

getTitle

public 
String getTitle()

createPartControl

public 
Control createPartControl(
Composite parent)

getPageConfiguration

public 
ISynchronizePageConfiguration getPageConfiguration()
Return the synchronize page configuration for this part

Returns:
Returns the pageConfiguration.

getParticipant

public 
ISynchronizeParticipant getParticipant()
Return the Synchronize participant for this part

Returns:
Returns the participant.

Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire