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

Packages that use IOleContainer
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
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 IOleContainer in com.jniwrapper.win32.automation
 

Methods in com.jniwrapper.win32.automation that return IOleContainer
 IOleContainer OleClientSiteImpl.getContainer()
           
 

Uses of IOleContainer in com.jniwrapper.win32.ole
 

Methods in com.jniwrapper.win32.ole that return IOleContainer
 IOleContainer IOleClientSite.getContainer()
           
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IOleContainer
 class IOleContainerImpl
          Represents COM interface IOleContainer.
 

Methods in com.jniwrapper.win32.ole.impl that return IOleContainer
 IOleContainer IOleClientSiteImpl.getContainer()