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

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

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

Uses of IViewObject in com.jniwrapper.win32.ole
 

Subinterfaces of IViewObject in com.jniwrapper.win32.ole
 interface IViewObject2
          This interface is an extension of IViewObject interface.
 

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

Classes in com.jniwrapper.win32.ole.impl that implement IViewObject
 class IViewObject2Impl
          Represents COM interface IViewObject2.
 class IViewObjectImpl
          Represents COM interface IViewObject.