Uses of Interface
org.eclipse.emf.compare.ide.internal.utils.IProxyCreationListener
Packages that use IProxyCreationListener
Package
Description
-
Uses of IProxyCreationListener in org.eclipse.emf.compare.ide.internal.utils
Classes in org.eclipse.emf.compare.ide.internal.utils that implement IProxyCreationListenerModifier and TypeClassDescriptionfinal class
This implementation of a resource set will be created from aStorageTraversal
, and only those resources that are part of the traversal will be loaded.Methods in org.eclipse.emf.compare.ide.internal.utils with parameters of type IProxyCreationListenerModifier and TypeMethodDescriptionvoid
NotifyingParserPool.addProxyListener
(IProxyCreationListener listener) Add a proxy creation listener to this parser pool's list.void
NotifyingParserPool.removeProxyListener
(IProxyCreationListener listener) Remove a proxy creation listener from this parser pool's list. -
Uses of IProxyCreationListener in org.eclipse.emf.compare.ide.ui.internal.logical.resolver
Classes in org.eclipse.emf.compare.ide.ui.internal.logical.resolver that implement IProxyCreationListenerModifier and TypeClassDescriptionclass
Asbtract super-class ofIProxyCreationListener
s to use for computing the logical model.class
Implementation ofIProxyCreationListener
for local resolutions.class
Implementation ofIProxyCreationListener
for remote resources.Constructors in org.eclipse.emf.compare.ide.ui.internal.logical.resolver with parameters of type IProxyCreationListenerModifierConstructorDescriptionSynchronizedResourceSet
(IProxyCreationListener proxyListener) Constructor.