Uses of Interface
org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Packages that use ISynchronizePageConfiguration
Package
Description
Provides basic support for managing Team providers.
Application programming interfaces for working with resource mappings.
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 ISynchronizePageConfigurationModifier and TypeMethodDescriptionprotected voidPageSaveablePart.setNavigator(ISynchronizePageConfiguration configuration) Deprecated.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 ISynchronizePageConfigurationModifier and TypeMethodDescriptionprotected final ISynchronizePageConfigurationMergeActionHandler.getConfiguration()Return the configuration of the synchronize page that is surfacing the merge action to which this handler is registered.protected ISynchronizePageConfigurationSynchronizationContentProvider.getConfiguration()Return the synchronization page configuration associated with the view to which this content provider applies.SynchronizationOperation.getConfiguration()Return the configuration for the page from which this operation was launched.protected final ISynchronizePageConfigurationSynchronizationActionProvider.getSynchronizePageConfiguration()Return the configuration from the synchronize page that contains the common viewer.Methods in org.eclipse.team.ui.mapping with parameters of type ISynchronizePageConfigurationModifier and TypeMethodDescriptionstatic IHandlerMergeActionHandler.getDefaultHandler(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 ISynchronizePageConfigurationModifierConstructorDescriptionMergeActionHandler(ISynchronizePageConfiguration configuration) Create the handler.protectedSynchronizationOperation(ISynchronizePageConfiguration configuration, 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 ISynchronizePageConfigurationModifier and TypeMethodDescriptionAbstractSynchronizeParticipant.createPageConfiguration()ISynchronizeParticipant.createPageConfiguration()Creates the configuration for the participant page.protected ISynchronizePageConfigurationModelParticipantAction.getConfiguration()Return the page configuration.SynchronizeModelAction.getConfiguration()Returns the configuration showing this action.SynchronizePageActionGroup.getConfiguration()Return the configuration for the page to which the action group is associated.ParticipantPageCompareEditorInput.getPageConfiguration()Return the synchronize page configuration for this partParticipantPagePane.getPageConfiguration()Return the synchronize page configuration for this partParticipantPageSaveablePart.getPageConfiguration()Deprecated.Return the synchronize page configuration for this partMethods in org.eclipse.team.ui.synchronize with parameters of type ISynchronizePageConfigurationModifier and TypeMethodDescriptionbooleanISynchronizePage.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.ISynchronizeParticipant.createPage(ISynchronizePageConfiguration configuration) Creates and returns a new page for this synchronize participant.final IPageBookViewPageModelSynchronizeParticipant.createPage(ISynchronizePageConfiguration configuration) final IPageBookViewPageSubscriberParticipant.createPage(ISynchronizePageConfiguration configuration) protected abstract SynchronizeModelOperationSynchronizeModelAction.getSubscriberOperation(ISynchronizePageConfiguration configuration, IDiffElement[] elements) Return the subscriber operation associated with this action.voidModelSynchronizeParticipantActionGroup.initialize(ISynchronizePageConfiguration configuration) protected voidSynchronizeModelAction.initialize(ISynchronizePageConfiguration configuration, ISelectionProvider selectionProvider) Method invoked from the constructor.voidSynchronizePageActionGroup.initialize(ISynchronizePageConfiguration configuration) Initialize the actions of this contribution.protected abstract voidAbstractSynchronizeParticipant.initializeConfiguration(ISynchronizePageConfiguration configuration) This method is invoked after a page configuration is created but before it is returned by thecreatePageConfigurationmethod.protected voidModelSynchronizeParticipant.initializeConfiguration(ISynchronizePageConfiguration configuration) protected voidSubscriberParticipant.initializeConfiguration(ISynchronizePageConfiguration configuration) final voidSubscriberParticipant.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 voidSubscriberParticipant.validateConfiguration(ISynchronizePageConfiguration configuration) This method is invoked before the given configuration is used to create the page (seecreatePage(ISynchronizePageConfiguration)).Constructors in org.eclipse.team.ui.synchronize with parameters of type ISynchronizePageConfigurationModifierConstructorDescriptionModelParticipantAction(String text, ISynchronizePageConfiguration configuration) Create the model participant action.ParticipantPageCompareEditorInput(CompareConfiguration configuration, ISynchronizePageConfiguration pageConfiguration, ISynchronizeParticipant participant) Creates a part for the provided participant.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) Deprecated.Creates a part for the provided participant.protectedSynchronizeModelAction(String text, ISynchronizePageConfiguration configuration) Create an action with the given text and configuration.protectedSynchronizeModelAction(String text, ISynchronizePageConfiguration configuration, ISelectionProvider selectionProvider) Create an action with the given text and configuration.protectedSynchronizeModelOperation(ISynchronizePageConfiguration configuration, IDiffElement[] elements) Create an operation that will operate on the given diff elements.SyncInfoCompareInput(ISynchronizePageConfiguration configuration, SyncInfo info)