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

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

Classes in com.jniwrapper.win32.automation that implement IOleWindow
 class OleClientSiteImpl
          This is the base implementation of OleClientSite Java COM server which is used by OleContainer class for COM embedding.
If you need to add an additional functionality to OleContainer class then you need to derive your class from this one and implement the required COM interfaces.
 

Uses of IOleWindow in com.jniwrapper.win32.com
 

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

Uses of IOleWindow in com.jniwrapper.win32.ole
 

Subinterfaces of IOleWindow in com.jniwrapper.win32.ole
 interface IOleInPlaceActiveObject
          This interface is used by the container to manipulate in-place objects when they are active.
 interface IOleInPlaceFrame
          This interface is used by applications for management of modeless dialog boxes, composite menus, and context-sensitive help.
 interface IOleInPlaceObject
          This interface is used for activation and deactivation of in-place objects.
 interface IOleInPlaceSite
          This interface enables communication between a client site of an in-place object and the container.
 interface IOleInPlaceSiteEx
          This interface is an extension of IOleInPlaceSite interface.
 interface IOleInPlaceUIWindow
          This interface is used by a document or frame window for managing space when a containing object is activated or changes size.
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IOleWindow
 class IOleInPlaceActiveObjectImpl
          Represents COM interface IOleInPlaceActiveObject.
 class IOleInPlaceFrameImpl
          Represents COM interface IOleInPlaceFrame.
 class IOleInPlaceObjectImpl
          Represents COM interface IOleInPlaceObject.
 class IOleInPlaceSiteExImpl
          Represents COM interface IOleInPlaceSiteEx.
 class IOleInPlaceSiteImpl
          Represents COM interface IOleInPlaceSite
 class IOleInPlaceUIWindowImpl
          Represents COM interface IOleInPlaceUIWindow.
 class IOleWindowImpl
          Represents COM interface IOleWindow.