Eclipse Platform
Release 3.1

Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration

Packages that use ISynchronizePageConfiguration
org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View. 
 

Uses of ISynchronizePageConfiguration in org.eclipse.team.ui.synchronize
 

Methods in org.eclipse.team.ui.synchronize that return ISynchronizePageConfiguration
 ISynchronizePageConfiguration ParticipantPagePane.getPageConfiguration()
          Return the synchronize page configuration for this part
 ISynchronizePageConfiguration SynchronizePageActionGroup.getConfiguration()
          Return the configuration for the page to which the action group is associated.
 ISynchronizePageConfiguration ISynchronizeParticipant.createPageConfiguration()
          Creates the configuration for the participant page.
 ISynchronizePageConfiguration ParticipantPageSaveablePart.getPageConfiguration()
          Return the synchronize page configuration for this part
 ISynchronizePageConfiguration AbstractSynchronizeParticipant.createPageConfiguration()
           
 ISynchronizePageConfiguration SynchronizeModelAction.getConfiguration()
          Returns the configuration showing this action.
 

Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizePageConfiguration
 void SynchronizePageActionGroup.initialize(ISynchronizePageConfiguration configuration)
          Initialize the actions of this contribution.
 boolean ISynchronizePage.aboutToChangeProperty(ISynchronizePageConfiguration configuration, String key, Object newValue)
          Callback that is invoked from the synchronize configuration whenever a property's value is about to be changed.
 IPageBookViewPage ISynchronizeParticipant.createPage(ISynchronizePageConfiguration configuration)
          Creates and returns a new page for this synchronize participant.
 void ParticipantPageSaveablePart.setNavigator(ISynchronizePageConfiguration configuration)
          This method should not be called from clients.
 IPageBookViewPage SubscriberParticipant.createPage(ISynchronizePageConfiguration configuration)
           
 void SubscriberParticipant.refreshInDialog(Shell shell, IResource[] resources, String jobName, String taskName, ISynchronizePageConfiguration configuration, IWorkbenchSite site)
          Refresh this participants synchronization state and displays the result in a model dialog.
protected  void SubscriberParticipant.initializeConfiguration(ISynchronizePageConfiguration configuration)
           
protected  void SubscriberParticipant.validateConfiguration(ISynchronizePageConfiguration configuration)
          This method is invoked before the given configuration is used to create the page (see createPage(ISynchronizePageConfiguration)).
protected abstract  void AbstractSynchronizeParticipant.initializeConfiguration(ISynchronizePageConfiguration configuration)
          This method is invoked after a page configuration is created but before it is returned by the createPageConfiguration method.
protected  void SynchronizeModelAction.initialize(ISynchronizePageConfiguration configuration, ISelectionProvider selectionProvider)
          Method invoked from the constructor.
protected abstract  SynchronizeModelOperation SynchronizeModelAction.getSubscriberOperation(ISynchronizePageConfiguration configuration, IDiffElement[] elements)
          Return the subscriber operation associated with this action.
 

Constructors in org.eclipse.team.ui.synchronize with parameters of type ISynchronizePageConfiguration
ParticipantPagePane(Shell shell, boolean isModal, ISynchronizePageConfiguration pageConfiguration, ISynchronizeParticipant participant)
          Creates a part for the provided participant.
SynchronizeModelOperation(ISynchronizePageConfiguration configuration, IDiffElement[] elements)
          Create an operation that will operate on the given diff elements.
ParticipantPageSaveablePart(Shell shell, CompareConfiguration cc, ISynchronizePageConfiguration pageConfiguration, ISynchronizeParticipant participant)
          Creates a part for the provided participant.
SynchronizeModelAction(String text, ISynchronizePageConfiguration configuration)
          Create an action with the given text and configuration.
SynchronizeModelAction(String text, ISynchronizePageConfiguration configuration, ISelectionProvider selectionProvider)
          Create an action with the given text and configuration.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.