Uses of Interface
org.eclipse.emf.compare.rcp.ui.structuremergeviewer.groups.IDifferenceGroupProvider.Descriptor
-
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 Modifier and Type Method Description IItemRegistry<IDifferenceGroupProvider.Descriptor>
EMFCompareRCPUIPlugin. getItemDifferenceGroupProviderRegistry()
-
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.Descriptor Modifier and Type Method Description java.util.List<IItemDescriptor<IDifferenceGroupProvider.Descriptor>>
GroupsInteractiveContent. getOrderedItems()
GetsIItemDescriptor
of {IDifferenceGroupProvider.Method parameters in org.eclipse.emf.compare.rcp.ui.internal.preferences.impl with type arguments of type IDifferenceGroupProvider.Descriptor Modifier and Type Method Description void
GroupsInteractiveContent. select(IItemDescriptor<IDifferenceGroupProvider.Descriptor> descriptor)
Handles a selection in the viewer.void
GroupsInteractiveContent. setViewerInput(java.util.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.Descriptor Modifier and Type Method Description IDifferenceGroupProvider.Descriptor
GroupAction. getDescriptorGroupProvider()
Constructors in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.actions with parameters of type IDifferenceGroupProvider.Descriptor Constructor Description GroupAction(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.Descriptor Modifier and Type Class Description class
DifferenceGroupDescriptorWrapper
Implementation ofIDifferenceGroupProvider.Descriptor
.Methods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that return IDifferenceGroupProvider.Descriptor Modifier and Type Method Description IDifferenceGroupProvider.Descriptor
DifferenceGroupRegistryImpl. add(IDifferenceGroupProvider.Descriptor providerDescriptor, java.lang.String className)
Add to the registry the givenIDifferenceGroupProvider
.IDifferenceGroupProvider.Descriptor
DifferenceGroupRegistryImpl. getDefaultGroupProvider(IComparisonScope scope, Comparison comparison)
Returns the default group provider.IDifferenceGroupProvider.Descriptor
DifferenceGroupDescriptorWrapper. getItem()
Get an instance of an item.IDifferenceGroupProvider.Descriptor
DifferenceGroupRegistryImpl. remove(java.lang.String className)
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.Descriptor Modifier and Type Method Description java.util.List<IItemDescriptor<IDifferenceGroupProvider.Descriptor>>
DifferenceGroupManager. getCurrentGroupRanking(boolean isThreeWay)
Gets the current group order.java.util.List<IItemDescriptor<IDifferenceGroupProvider.Descriptor>>
DifferenceGroupManager. getDefaultRankingConfiguration(boolean isThreeWay)
Gets the default groups order.java.util.List<IDifferenceGroupProvider.Descriptor>
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.Descriptor Modifier and Type Method Description IDifferenceGroupProvider.Descriptor
DifferenceGroupRegistryImpl. add(IDifferenceGroupProvider.Descriptor providerDescriptor, java.lang.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.Descriptor Modifier and Type Method Description void
DifferenceGroupManager. setCurrentGroupRanking(java.util.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.Descriptor Constructor Description DifferenceGroupManager(IItemRegistry<IDifferenceGroupProvider.Descriptor> registry, org.eclipse.jface.preference.IPreferenceStore preferenceStore)
Constructor.DifferenceGroupProviderExtensionRegistryListener(java.lang.String pluginID, java.lang.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.Descriptor Modifier and Type Method Description IDifferenceGroupProvider.Descriptor
IDifferenceGroupProvider.Descriptor.Registry. add(IDifferenceGroupProvider.Descriptor provider, java.lang.String className)
Add to the registry the givenIDifferenceGroupProvider
.IDifferenceGroupProvider.Descriptor
IDifferenceGroupProvider.Descriptor.Registry. getDefaultGroupProvider(IComparisonScope scope, Comparison comparison)
Returns the default group provider.IDifferenceGroupProvider.Descriptor
IDifferenceGroupProvider.Descriptor.Registry. remove(java.lang.String className)
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.Descriptor Modifier and Type Method Description java.util.Collection<IDifferenceGroupProvider.Descriptor>
IDifferenceGroupProvider.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.Descriptor Modifier and Type Method Description IDifferenceGroupProvider.Descriptor
IDifferenceGroupProvider.Descriptor.Registry. add(IDifferenceGroupProvider.Descriptor provider, java.lang.String className)
Add to the registry the givenIDifferenceGroupProvider
.