com.jniwrapper.win32.ole.impl
Class IOleWindowImpl

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.win32.com.impl.IUnknownImpl
          extended bycom.jniwrapper.win32.ole.impl.IOleWindowImpl
All Implemented Interfaces:
AutoDeleteParameter, IOleWindow, IUnknown, PointerParameter
Direct Known Subclasses:
IOleInPlaceActiveObjectImpl, IOleInPlaceObjectImpl, IOleInPlaceSiteImpl, IOleInPlaceUIWindowImpl

public class IOleWindowImpl
extends IUnknownImpl
implements IOleWindow

Represents COM interface IOleWindow.


Nested Class Summary
 
Nested classes inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
IUnknownImpl.MemoryBufferImpl
 
Field Summary
static java.lang.String INTERFACE_IDENTIFIER
           
 
Fields inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
DebugComfyJ, LICENSE_TYPE, PTR_NULL
 
Fields inherited from class com.jniwrapper.Parameter
V
 
Constructor Summary
  IOleWindowImpl()
           
  IOleWindowImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IOleWindowImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IOleWindowImpl(IUnknown that)
           
protected IOleWindowImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 void contextSensitiveHelp(VariantBool fEnterMode)
           
 IID getIID()
           
 Wnd getWindow()
           
 
Methods inherited from class com.jniwrapper.win32.com.impl.IUnknownImpl
acceptIOPerformer, addRef, asVoidPointer, dumpVTBL, equals, fromVoidPointer, getDebugInfo, getInterfaceIdentifier, getLength, hashCode, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeStandardVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, invokeVirtualMethod, isAutoDelete, isNull, isSameObject, queryInterface, queryInterface, read, release, setAutoDelete, setNull, setValue, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, getDataBuffer, getDataBufferOffset, indent, pop, push, read, read, setDataBuffer, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.jniwrapper.win32.com.IUnknown
addRef, isNull, queryInterface, release, setNull
 
Methods inherited from interface com.jniwrapper.AutoDeleteParameter
isAutoDelete, setAutoDelete
 

Field Detail

INTERFACE_IDENTIFIER

public static final java.lang.String INTERFACE_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

IOleWindowImpl

public IOleWindowImpl()

IOleWindowImpl

protected IOleWindowImpl(IUnknownImpl that)
                  throws ComException

IOleWindowImpl

public IOleWindowImpl(IUnknown that)

IOleWindowImpl

public IOleWindowImpl(CLSID clsid,
                      ClsCtx dwClsContext)
               throws ComException

IOleWindowImpl

public IOleWindowImpl(CLSID clsid,
                      IUnknown pUnkOuter,
                      ClsCtx dwClsContext)
               throws ComException
Method Detail

getWindow

public Wnd getWindow()
              throws ComException
Specified by:
getWindow in interface IOleWindow
Throws:
ComException

contextSensitiveHelp

public void contextSensitiveHelp(VariantBool fEnterMode)
                          throws ComException
Specified by:
contextSensitiveHelp in interface IOleWindow
Parameters:
fEnterMode - [in]
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

public java.lang.Object clone()
Overrides:
clone in class IUnknownImpl