Eclipse Platform
Release 3.2

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

Packages that use ISynchronizePageConfiguration
org.eclipse.team.ui Provides basic support for managing Team providers. 
org.eclipse.team.ui.mapping Application programming interfaces for working with resource mappings Package Specification This package specifies the API for working with resources mappings. 
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
 

Methods in org.eclipse.team.ui with parameters of type ISynchronizePageConfiguration
protected  void PageSaveablePart.setNavigator(ISynchronizePageConfiguration configuration)
          This method is internal to the framework and should not be called by clients outside of the framework.
 

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

Methods in org.eclipse.team.ui.mapping that return ISynchronizePageConfiguration
protected  ISynchronizePageConfiguration MergeActionHandler.getConfiguration()
          Return the configuration of the synchronize page that is surfacing the merge action to which this handler is registered.
 ISynchronizePageConfiguration SynchronizationOperation.getConfiguration()
          Return the configuration for the page from which this operation was launched.
protected  ISynchronizePageConfiguration SynchronizationContentProvider.getConfiguration()
          Return the synchronization page configuration associated with the view to which this content provider applies.
protected  ISynchronizePageConfiguration SynchronizationActionProvider.getSynchronizePageConfiguration()
          Return the configuration from the synchronize page that contains the common viewer.
 

Methods in org.eclipse.team.ui.mapping with parameters of type ISynchronizePageConfiguration
static IHandler MergeActionHandler.getDefaultHandler(java.lang.String mergeActionId, ISynchronizePageConfiguration configuration)
          Return an instance of the default handler for the given merge action id.
 

Constructors in org.eclipse.team.ui.mapping with parameters of type ISynchronizePageConfiguration
MergeActionHandler(ISynchronizePageConfiguration configuration)
          Create the handler.
SynchronizationOperation(ISynchronizePageConfiguration configuration, java.lang.Object[] elements)
          Create a synchronize operation that operations on the given elements
 

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

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

Methods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizePageConfiguration
 boolean ISynchronizePage.aboutToChangeProperty(ISynchronizePageConfiguration configuration, java.lang.String key, java.lang.Object newValue)
          Callback that is invoked from the synchronize configuration whenever a property's value is about to be changed.
 IPageBookViewPage ModelSynchronizeParticipant.createPage(ISynchronizePageConfiguration configuration)
           
 IPageBookViewPage SubscriberParticipant.createPage(ISynchronizePageConfiguration configuration)
           
 IPageBookViewPage ISynchronizeParticipant.createPage(ISynchronizePageConfiguration configuration)
          Creates and returns a new page for this synchronize participant.
protected abstract  SynchronizeModelOperation SynchronizeModelAction.getSubscriberOperation(ISynchronizePageConfiguration configuration, IDiffElement[] elements)
          Return the subscriber operation associated with this action.
 void SynchronizePageActionGroup.initialize(ISynchronizePageConfiguration configuration)
          Initialize the actions of this contribution.
 void ModelSynchronizeParticipantActionGroup.initialize(ISynchronizePageConfiguration configuration)
           
protected  void SynchronizeModelAction.initialize(ISynchronizePageConfiguration configuration, ISelectionProvider selectionProvider)
          Method invoked from the constructor.
protected  void ModelSynchronizeParticipant.initializeConfiguration(ISynchronizePageConfiguration configuration)
           
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 SubscriberParticipant.initializeConfiguration(ISynchronizePageConfiguration configuration)
           
 void SubscriberParticipant.refreshInDialog(Shell shell, IResource[] resources, java.lang.String jobName, java.lang.String taskName, ISynchronizePageConfiguration configuration, IWorkbenchSite site)
          Refresh this participants synchronization state and displays the result in a model dialog.
protected  void SubscriberParticipant.validateConfiguration(ISynchronizePageConfiguration configuration)
          This method is invoked before the given configuration is used to create the page (see createPage(ISynchronizePageConfiguration)).
 

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


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

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