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

Packages that use IOleObject
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
com.jniwrapper.win32.com The com.jniwrapper.win32.com package contains a number of standard COM interfaces wrappers. 
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 IOleObject in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation with parameters of type IOleObject
 void OleContainer.insertObject(IOleObject oleObject)
          Inserts an externally created OLE object.
 

Uses of IOleObject in com.jniwrapper.win32.com
 

Classes in com.jniwrapper.win32.com that implement IOleObject
 class AbstractOleControl
          An abstract implementation of OLE control, which allows to create new OLE control from a Swing component.
 

Uses of IOleObject in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole with parameters of type IOleObject
static Int32 OleFunctions.oleIsRunning(IOleObject pObject)
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IOleObject
 class IOleObjectImpl
          Represents COM interface IOleObject.