Uses of Interface
org.eclipse.emf.compare.rcp.policy.ILoadOnDemandPolicy.Registry
Packages that use ILoadOnDemandPolicy.Registry
-
Uses of ILoadOnDemandPolicy.Registry in org.eclipse.emf.compare.rcp
Methods in org.eclipse.emf.compare.rcp that return ILoadOnDemandPolicy.RegistryModifier and TypeMethodDescriptionEMFCompareRCPPlugin.getLoadOnDemandPolicyRegistry()
Returns the registry of load on demand policies. -
Uses of ILoadOnDemandPolicy.Registry in org.eclipse.emf.compare.rcp.internal.policy
Classes in org.eclipse.emf.compare.rcp.internal.policy that implement ILoadOnDemandPolicy.RegistryModifier and TypeClassDescriptionclass
A default implementation that uses a map internally.Constructors in org.eclipse.emf.compare.rcp.internal.policy with parameters of type ILoadOnDemandPolicy.RegistryModifierConstructorDescriptionLoadOnDemandPolicyRegistryListener
(ILoadOnDemandPolicy.Registry registry, String pluginID, String extensionPointID, org.eclipse.core.runtime.ILog log) Creates a new listener for the givenpluginID
andextensionPointID
.