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

org.eclipse.gmf.runtime.common.ui.services.dnd.core
Class TransferAdapterService.ProviderDescriptor

java.lang.Object
  extended by 

org.eclipse.gmf.runtime.common.core.service.AbstractProvider
      extended by 

org.eclipse.gmf.runtime.common.core.service.Service.ProviderDescriptor
          extended by 
org.eclipse.gmf.runtime.common.ui.services.dnd.core.TransferAdapterService.ProviderDescriptor
All Implemented Interfaces:
java.util.EventListener, IProvider, IProviderChangeListener
Enclosing class:
TransferAdapterService

protected static class TransferAdapterService.ProviderDescriptor
extends Service.ProviderDescriptor

A descriptor for ITransferAdapterProvider defined by a configuration element.


Field Summary
 
Fields inherited from class org.eclipse.gmf.runtime.common.core.service. Service.ProviderDescriptor
A_CLASS, A_PLUGIN, E_POLICY, policy, policyInitialized, provider
 
Constructor Summary
protected TransferAdapterService.ProviderDescriptor ( IConfigurationElement element, java.util.Hashtable anAdapterInfo)
          Constructs a ITransferAdapterProvider descriptor for the specified configuration element.
 
Method Summary
 boolean provides ( IOperation operation)
          Indicates whether this provider descriptor can provide the functionality described by the specified operation.
 
Methods inherited from class org.eclipse.gmf.runtime.common.core.service. Service.ProviderDescriptor
getElement, getPolicy, getProvider, providerChanged, toString
 
Methods inherited from class org.eclipse.gmf.runtime.common.core.service. AbstractProvider
addProviderChangeListener, fireProviderChange, removeProviderChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmf.runtime.common.core.service. IProvider
addProviderChangeListener, removeProviderChangeListener
 

Constructor Detail

TransferAdapterService.ProviderDescriptor

protected TransferAdapterService.ProviderDescriptor(
IConfigurationElement element,
                                                    java.util.Hashtable anAdapterInfo)
Constructs a ITransferAdapterProvider descriptor for the specified configuration element.

Parameters:
element - The configuration element describing the provider.
anAdapterInfo - A Hashtable with the provider information
Method Detail

provides

public boolean provides(
IOperation operation)
Description copied from class: Service.ProviderDescriptor
Indicates whether this provider descriptor can provide the functionality described by the specified operation.

Specified by:
provides in interface IProvider
Overrides:
provides in class Service.ProviderDescriptor
Parameters:
operation - The operation in question.
Returns:
true if this descriptor's policy or provider provides the operation; false otherwise.

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