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 Interface
org.eclipse.gmf.runtime.common.ui.services.dnd.drop.IDropTargetContext

Packages that use IDropTargetContext
org.eclipse.gmf.runtime.common.ui.services.dnd.drop Provides core support for the drop component of drag and drop. 
org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drop Provides support for dropping with IDE dependencies. 
 

Uses of IDropTargetContext in org.eclipse.gmf.runtime.common.ui.services.dnd.drop
 

Classes in org.eclipse.gmf.runtime.common.ui.services.dnd.drop that implement IDropTargetContext
 class DropTargetContext
          Concrete implementation of IDropTargetContext
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drop that return IDropTargetContext
protected   IDropTargetContext TransferDropTargetAdapter. getContext ()
          Returns the context.
protected   IDropTargetContext AbstractDropTargetListener. getContext ()
          Returns the context.
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.drop with parameters of type IDropTargetContext
 boolean IDropTargetListener. canSupport ( IDropTargetContext context, IDropTargetEvent currentEvent, ITransferAgent currentAgent)
          Returns a boolean indicating whether the listener can support drop operations on the current target.
 boolean AbstractDropTargetListener. canSupport ( IDropTargetContext cntxt, IDropTargetEvent currEvent, ITransferAgent currAgent)
           
 void TransferDropTargetAdapter. init ( IDropTargetContext initialContext)
           
 void ITransferDropTargetListener. init ( IDropTargetContext context)
          Initializes this transfer drop target listener with the drop target context that provides the target and location information during the drag/drop operation.
 

Uses of IDropTargetContext in org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drop
 

Methods in org.eclipse.gmf.runtime.common.ui.services.dnd.ide.drop with parameters of type IDropTargetContext
 boolean ResourceDropTargetListener. canSupport ( IDropTargetContext context, IDropTargetEvent currentEvent, ITransferAgent currentAgent)
           
 


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