Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Runtime

Uses of Class
org.eclipse.gmf.runtime.common.core.service.ProviderPriority

Packages that use ProviderPriority
org.eclipse.gmf.runtime.common.core.service Provides the base interfaces for all service providers. 
 

Uses of ProviderPriority in org.eclipse.gmf.runtime.common.core.service
 

Fields in org.eclipse.gmf.runtime.common.core.service declared as ProviderPriority
static  ProviderPriority ProviderPriority. HIGH
          The second-highest provider priority.
static  ProviderPriority ProviderPriority. HIGHEST
          The highest provider priority.
static  ProviderPriority ProviderPriority. LOW
          The second-lowest provider priority.
static  ProviderPriority ProviderPriority. LOWEST
          The lowest provider priority.
static  ProviderPriority ProviderPriority. MEDIUM
          The middle provider priority.
static  ProviderPriority[] ExecutionStrategy. PRIORITIES
          The list of pre-defined provider priorities.
 

Methods in org.eclipse.gmf.runtime.common.core.service that return ProviderPriority
static  ProviderPriority ProviderPriority. parse (java.lang.String name)
          Retrieves the provider priority with the specified name.
 

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.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire