Uses of Interface
com.jniwrapper.win32.ole.IEnumFormatEtc

Packages that use IEnumFormatEtc
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 IEnumFormatEtc in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return IEnumFormatEtc
 IEnumFormatEtc IEnumFormatEtc.invokeClone()
           
 IEnumFormatEtc IDataObject.enumFormatEtc(DataDir dwDirection)
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IEnumFormatEtc
 class IEnumFormatEtcImpl
          Represents COM interface IEnumFormatEtc.
 

Methods in com.jniwrapper.win32.ole.impl that return IEnumFormatEtc
 IEnumFormatEtc IEnumFormatEtcImpl.invokeClone()
           
 IEnumFormatEtc IDataObjectImpl.enumFormatEtc(DataDir dwDirection)