Uses of Interface
org.eclipse.emf.compare.rcp.internal.extension.IItemDescriptor
Packages that use IItemDescriptor
Package
Description
-
Uses of IItemDescriptor in org.eclipse.emf.compare.rcp.internal.extension
Methods in org.eclipse.emf.compare.rcp.internal.extension that return IItemDescriptorModifier and TypeMethodDescriptionIItemRegistry.add
(IItemDescriptor<T> itemDescriptor) Add an item descriptor to the registry.IItemRegistry.getHighestRankingDescriptor()
Get the descriptor with the highest ranking in the registry.IItemRegistry.getItemDescriptor
(String id) Return the item descriptor.Remove anIItemDescriptor
using its key.Methods in org.eclipse.emf.compare.rcp.internal.extension that return types with arguments of type IItemDescriptorModifier and TypeMethodDescriptionIItemRegistry.getItemDescriptors()
Get a list of allIItemDescriptor
from the registry.Methods in org.eclipse.emf.compare.rcp.internal.extension with parameters of type IItemDescriptorModifier and TypeMethodDescriptionIItemRegistry.add
(IItemDescriptor<T> itemDescriptor) Add an item descriptor to the registry. -
Uses of IItemDescriptor in org.eclipse.emf.compare.rcp.internal.extension.impl
Classes in org.eclipse.emf.compare.rcp.internal.extension.impl that implement IItemDescriptorModifier and TypeClassDescriptionclass
Abstract class for anIItemDescriptor
.class
Descriptor for an item.class
AIItemDescriptor
that wrap one instance of an item and return the same item each time.Methods in org.eclipse.emf.compare.rcp.internal.extension.impl that return IItemDescriptorModifier and TypeMethodDescriptionItemRegistry.add
(IItemDescriptor<T> itemDescriptor) Add an item descriptor to the registry.static <T> IItemDescriptor<T>
ItemUtil.getDefaultItemDescriptor
(IItemRegistry<T> registry, String preferenceKey) Get an item descriptor using the preferences.ItemRegistry.getHighestRankingDescriptor()
Get the descriptor with the highest ranking in the registry.ItemRegistry.getItemDescriptor
(String qualifiedClassName) Return the item descriptor.Remove anIItemDescriptor
using its key.Methods in org.eclipse.emf.compare.rcp.internal.extension.impl that return types with arguments of type IItemDescriptorModifier and TypeMethodDescriptionstatic <T> Set<IItemDescriptor<T>>
ItemUtil.getActiveItems
(IItemRegistry<T> registry, String qualifier, String disabledItemPreferenceKey) Get all active item from a registry.ItemRegistry.getItemDescriptors()
Get a list of allIItemDescriptor
from the registry.static <T> com.google.common.base.Function<IItemDescriptor<T>,
T> AbstractItemDescriptor.getItemFunction()
get aFunction
to transform a descriptor into a item.static <T> List<IItemDescriptor<T>>
ItemUtil.getItemsDescriptor
(IItemRegistry<T> registry, String qualifier, String preferenceKey) Get a list ofIItemDescriptor
from preferences.Methods in org.eclipse.emf.compare.rcp.internal.extension.impl with parameters of type IItemDescriptorModifier and TypeMethodDescriptionItemRegistry.add
(IItemDescriptor<T> itemDescriptor) Add an item descriptor to the registry.int
AbstractItemDescriptor.compareTo
(IItemDescriptor<T> o) -
Uses of IItemDescriptor in org.eclipse.emf.compare.rcp.internal.match
Classes in org.eclipse.emf.compare.rcp.internal.match that implement IItemDescriptor -
Uses of IItemDescriptor in org.eclipse.emf.compare.rcp.ui.internal.preferences
Methods in org.eclipse.emf.compare.rcp.ui.internal.preferences that return types with arguments of type IItemDescriptorMethod parameters in org.eclipse.emf.compare.rcp.ui.internal.preferences with type arguments of type IItemDescriptorModifier and TypeMethodDescriptionvoid
DataHolder.setData
(Set<IItemDescriptor<T>> currentSelection) Set data. -
Uses of IItemDescriptor 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 IItemDescriptorModifier and TypeMethodDescriptionGroupsInteractiveContent.getOrderedItems()
GetsIItemDescriptor
of {IDifferenceGroupProvider.Methods in org.eclipse.emf.compare.rcp.ui.internal.preferences.impl with parameters of type IItemDescriptorModifier and TypeMethodDescriptionvoid
InteractiveUIContent.checkElement
(IItemDescriptor<?> descriptor) Checks one element in the viewer.<T> void
InteractiveUIContent.checkElements
(IItemDescriptor<T>[] descriptors) Checks multiple element in the viewer.void
GroupsInteractiveContent.select
(IItemDescriptor<IDifferenceGroupProvider.Descriptor> descriptor) Handles a selection in the viewer.<T> void
InteractiveUIContent.select
(IItemDescriptor<T> descriptor) Handles a selection in the viewer.InteractiveUIContent.InteractiveUIBuilder.setDefaultSelection
(IItemDescriptor<T> newDefaultSelection) Set the default element to select.Method parameters in org.eclipse.emf.compare.rcp.ui.internal.preferences.impl with type arguments of type IItemDescriptorModifier and TypeMethodDescription<T> void
InteractiveUIContent.checkElements
(Collection<IItemDescriptor<T>> descriptors) Checks multiple element in the viewer.<T> void
InteractiveUIContent.selectAll
(Collection<IItemDescriptor<T>> descriptors) Handles a selection in the viewer.InteractiveUIContent.InteractiveUIBuilder.setDefaultCheck
(Set<IItemDescriptor<T>> newDefaultCheck) Sets the default element to check.void
GroupsInteractiveContent.setViewerInput
(List<IItemDescriptor<IDifferenceGroupProvider.Descriptor>> input) Sets the input for interactive content. -
Uses of IItemDescriptor 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 IItemDescriptorMethods in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl that return types with arguments of type IItemDescriptorModifier and TypeMethodDescriptionDifferenceGroupManager.getCurrentGroupRanking
(boolean isThreeWay) Gets the current group order.DifferenceGroupManager.getDefaultRankingConfiguration
(boolean isThreeWay) Gets the default groups order.Method parameters in org.eclipse.emf.compare.rcp.ui.internal.structuremergeviewer.groups.impl with type arguments of type IItemDescriptorModifier and TypeMethodDescriptionvoid
DifferenceGroupManager.setCurrentGroupRanking
(List<IItemDescriptor<IDifferenceGroupProvider.Descriptor>> descriptors, boolean isThreeWay) Sets the ranking of Difference group provider.