Uses of Class
com.jniwrapper.win32.ole.types.DropEffect

Packages that use DropEffect
com.jniwrapper.win32.ole The com.jniwrapper.win32.mshtml package contains a number of interfaces that are used in the OLE technology. 
com.jniwrapper.win32.ole.impl The com.jniwrapper.win32.ole.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.ole package. 
 

Uses of DropEffect in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type DropEffect
 void IDropTarget.dragEnter(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropTarget.dragOver(UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropTarget.drop(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropSource.giveFeedback(DropEffect dwEffect)
           
 

Uses of DropEffect in com.jniwrapper.win32.ole.impl
 

Methods in com.jniwrapper.win32.ole.impl with parameters of type DropEffect
 void IDropTargetImpl.dragEnter(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropTargetImpl.dragOver(UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropTargetImpl.drop(IDataObject pDataObj, UInt32 grfKeyState, PointL pt, DropEffect pdwEffect)
           
 void IDropSourceImpl.giveFeedback(DropEffect dwEffect)