Uses of Class
com.jniwrapper.win32.automation.OleContainer

Packages that use OleContainer
com.jniwrapper.win32.automation This package provides interfaces, their implementaitons, utility classes and data types for working with Microsoft Automation. 
 

Uses of OleContainer in com.jniwrapper.win32.automation
 

Subclasses of OleContainer in com.jniwrapper.win32.automation
 class OfficeContainer
          This class enables to embed OLE/ActiveX MS Office controls into java application.
 

Methods in com.jniwrapper.win32.automation that return OleContainer
protected  OleContainer OleClientSiteImpl.getOleContainer()
           
 

Methods in com.jniwrapper.win32.automation with parameters of type OleContainer
protected  void OleClientSiteImpl.setOleContainer(OleContainer oleContainer)
           
 void ContainerHandler.setContainer(OleContainer container)
          Sets an instance of OleContainer for callback.