Uses of Interface
org.eclipse.emf.compare.rcp.policy.ILoadOnDemandPolicy
Packages that use ILoadOnDemandPolicy
-
Uses of ILoadOnDemandPolicy in org.eclipse.emf.compare.rcp.internal.policy
Methods in org.eclipse.emf.compare.rcp.internal.policy that return ILoadOnDemandPolicyModifier and TypeMethodDescriptionLoadOnDemandPolicyRegistryImpl.addPolicy
(ILoadOnDemandPolicy policy) Add the givenpolicy
to this registry.LoadOnDemandPolicyRegistryImpl.removePolicy
(String className) Removes the policy registered within this registry with the given class name.Methods in org.eclipse.emf.compare.rcp.internal.policy that return types with arguments of type ILoadOnDemandPolicyModifier and TypeMethodDescriptionLoadOnDemandPolicyRegistryImpl.getPolicies()
Returns the list of registered policies.Methods in org.eclipse.emf.compare.rcp.internal.policy with parameters of type ILoadOnDemandPolicyModifier and TypeMethodDescriptionLoadOnDemandPolicyRegistryImpl.addPolicy
(ILoadOnDemandPolicy policy) Add the givenpolicy
to this registry. -
Uses of ILoadOnDemandPolicy in org.eclipse.emf.compare.rcp.policy
Methods in org.eclipse.emf.compare.rcp.policy that return ILoadOnDemandPolicyModifier and TypeMethodDescriptionILoadOnDemandPolicy.Registry.addPolicy
(ILoadOnDemandPolicy policy) Add the givenpolicy
to this registry.ILoadOnDemandPolicy.Registry.removePolicy
(String className) Removes the policy registered within this registry with the given class name.Methods in org.eclipse.emf.compare.rcp.policy that return types with arguments of type ILoadOnDemandPolicyModifier and TypeMethodDescriptionILoadOnDemandPolicy.Registry.getPolicies()
Returns the list of registered policies.Methods in org.eclipse.emf.compare.rcp.policy with parameters of type ILoadOnDemandPolicyModifier and TypeMethodDescriptionILoadOnDemandPolicy.Registry.addPolicy
(ILoadOnDemandPolicy policy) Add the givenpolicy
to this registry.