|
|
|
|
Uses of Class org.eclipse.gmf.runtime.common.core.service.ProviderPriority
Methods in
org.eclipse.gmf.runtime.common.core.service with parameters of type
ProviderPriority
|
protected void
|
Service.
addProvider
(
ProviderPriority priority,
Service.ProviderDescriptor provider)
Registers the provider as a provider for this service,
with the specified priority . |
protected java.util.List
|
Service.
getProviders
(
ExecutionStrategy strategy,
ProviderPriority priority,
IOperation operation)
Retrieves a list of providers of the specified priority
that provide for the specified operation . |
protected java.util.List
|
ExecutionStrategy.
getProviders
(
Service service,
ExecutionStrategy strategy,
ProviderPriority priority,
IOperation operation)
Retrieves a list of providers of the specified priority that provide the
specified operation. |
protected java.util.List
|
ExecutionStrategy.
getProviders
(
Service service,
ProviderPriority priority)
Retrieves a list of providers of the specified priority. |
java.util.List
|
ExecutionStrategy.
getUncachedProviders
(
Service service,
ProviderPriority priority,
IOperation operation)
Retrieves a list of providers of the specified priority that provide the
specified operation. |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.
|
|
|