Uses of Interface
org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups.IDifferenceGroupProvider.Descriptor
Packages that use IDifferenceGroupProvider.Descriptor
Package
Description
-
Uses of IDifferenceGroupProvider.Descriptor in org.eclipse.emf.compare.rcp.ui
Methods in org.eclipse.emf.compare.rcp.ui that return types with arguments of type IDifferenceGroupProvider.Descriptor -
Uses of IDifferenceGroupProvider.Descriptor in org.eclipse.emf.compare.rcp.ui.internal.preferences.impl
Methods in org.eclipse.emf.compare.rcp.ui.internal.preferences.impl that return types with arguments of type IDifferenceGroupProvider.DescriptorModifier and TypeMethodDescriptionGroupsInteractiveContent.getOrderedItems()
GetsIItemDescriptor
of {IDifferenceGroupProvider.Method parameters in org.eclipse.emf.compare.rcp.ui.internal.preferences.impl with type arguments of type IDifferenceGroupProvider.DescriptorModifier and TypeMethodDescriptionvoid
GroupsInteractiveContent.select
(IItemDescriptor<IDifferenceGroupProvider.Descriptor> descriptor) Handles a selection in the viewer.void
GroupsInteractiveContent.setViewerInput
(List<IItemDescriptor<IDifferenceGroupProvider.Descriptor>> input) Sets the input for interactive content. -
Uses of IDifferenceGroupProvider.Descriptor in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.actions
Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.actions that return IDifferenceGroupProvider.DescriptorConstructors in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.actions with parameters of type IDifferenceGroupProvider.DescriptorModifierConstructorDescriptionGroupAction
(StructureMergeViewerGrouper structureMergeViewerGrouper, IDifferenceGroupProvider.Descriptor dgp, IDifferenceGroupProvider gp, DifferenceGroupManager groupManager, boolean isThreeWay) Instantiates our action given its target grouper. -
Uses of IDifferenceGroupProvider.Descriptor in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl
Classes in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that implement IDifferenceGroupProvider.DescriptorMethods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that return IDifferenceGroupProvider.DescriptorModifier and TypeMethodDescriptionDifferenceGroupRegistryImpl.add
(IDifferenceGroupProvider.Descriptor providerDescriptor, String className) Add to the registry the givenIDifferenceGroupProvider
.DifferenceGroupRegistryImpl.getDefaultGroupProvider
(IComparisonScope scope, Comparison comparison) Returns the default group provider.DifferenceGroupDescriptorWrapper.getItem()
Get an instance of an item.Remove from the registry theIDifferenceGroupProvider
designated by the givenString
.Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that return types with arguments of type IDifferenceGroupProvider.DescriptorModifier and TypeMethodDescriptionDifferenceGroupManager.getCurrentGroupRanking
(boolean isThreeWay) Gets the current group order.DifferenceGroupManager.getDefaultRankingConfiguration
(boolean isThreeWay) Gets the default groups order.DifferenceGroupRegistryImpl.getGroupProviders
(IComparisonScope scope, Comparison comparison) Returns the list ofIDifferenceGroupProvider
contained in the registry.Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl with parameters of type IDifferenceGroupProvider.DescriptorModifier and TypeMethodDescriptionDifferenceGroupRegistryImpl.add
(IDifferenceGroupProvider.Descriptor providerDescriptor, String className) Add to the registry the givenIDifferenceGroupProvider
.Method parameters in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl with type arguments of type IDifferenceGroupProvider.DescriptorModifier and TypeMethodDescriptionvoid
DifferenceGroupManager.setCurrentGroupRanking
(List<IItemDescriptor<IDifferenceGroupProvider.Descriptor>> descriptors, boolean isThreeWay) Sets the ranking of Difference group provider.Constructor parameters in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl with type arguments of type IDifferenceGroupProvider.DescriptorModifierConstructorDescriptionDifferenceGroupManager
(IItemRegistry<IDifferenceGroupProvider.Descriptor> registry, org.eclipse.jface.preference.IPreferenceStore preferenceStore) Constructor.DifferenceGroupProviderExtensionRegistryListener
(String pluginID, String extensionPointID, org.eclipse.core.runtime.ILog log, IItemRegistry<IDifferenceGroupProvider.Descriptor> registry) Default constructor.DifferenceGroupRegistryImpl
(DifferenceGroupManager groupManager, IItemRegistry<IDifferenceGroupProvider.Descriptor> registry) Constructs the registry. -
Uses of IDifferenceGroupProvider.Descriptor in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups
Methods in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups that return IDifferenceGroupProvider.DescriptorModifier and TypeMethodDescriptionIDifferenceGroupProvider.Descriptor.Registry.add
(IDifferenceGroupProvider.Descriptor provider, String className) Add to the registry the givenIDifferenceGroupProvider
.IDifferenceGroupProvider.Descriptor.Registry.getDefaultGroupProvider
(IComparisonScope scope, Comparison comparison) Returns the default group provider.Remove from the registry theIDifferenceGroupProvider
designated by the givenString
.Methods in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups that return types with arguments of type IDifferenceGroupProvider.DescriptorModifier and TypeMethodDescriptionIDifferenceGroupProvider.Descriptor.Registry.getGroupProviders
(IComparisonScope scope, Comparison comparison) Returns the list ofIDifferenceGroupProvider
contained in the registry.Methods in org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups with parameters of type IDifferenceGroupProvider.DescriptorModifier and TypeMethodDescriptionIDifferenceGroupProvider.Descriptor.Registry.add
(IDifferenceGroupProvider.Descriptor provider, String className) Add to the registry the givenIDifferenceGroupProvider
.