com.jniwrapper.win32.ole.impl
Class IOleInPlaceActiveObjectImpl

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.win32.com.impl.IUnknownImpl
          extended bycom.jniwrapper.win32.ole.impl.IOleWindowImpl
              extended bycom.jniwrapper.win32.ole.impl.IOleInPlaceActiveObjectImpl
All Implemented Interfaces:
AutoDeleteParameter, IOleInPlaceActiveObject, IOleWindow, IUnknown, PointerParameter

public class IOleInPlaceActiveObjectImpl
extends IOleWindowImpl
implements IOleInPlaceActiveObject

Represents COM interface IOleInPlaceActiveObject.


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
  IOleInPlaceActiveObjectImpl()
           
  IOleInPlaceActiveObjectImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IOleInPlaceActiveObjectImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IOleInPlaceActiveObjectImpl(IUnknown that)
           
protected IOleInPlaceActiveObjectImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 void enableModeless(VariantBool fEnable)
           
 IID getIID()
           
 void onDocWindowActivate(VariantBool fActivate)
           
 void onFrameWindowActivate(VariantBool fActivate)
           
 void resizeBorder(Rect prcBorder, IOleInPlaceUIWindow pUIWindow, VariantBool fFrameWindow)
           
 HResult translateAccelerator(Msg lpmsg)
           
 
Methods inherited from class com.jniwrapper.win32.ole.impl.IOleWindowImpl
contextSensitiveHelp, 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.ole.IOleWindow
contextSensitiveHelp, getWindow
 
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

IOleInPlaceActiveObjectImpl

public IOleInPlaceActiveObjectImpl()

IOleInPlaceActiveObjectImpl

protected IOleInPlaceActiveObjectImpl(IUnknownImpl that)
                               throws ComException

IOleInPlaceActiveObjectImpl

public IOleInPlaceActiveObjectImpl(IUnknown that)

IOleInPlaceActiveObjectImpl

public IOleInPlaceActiveObjectImpl(CLSID clsid,
                                   ClsCtx dwClsContext)
                            throws ComException

IOleInPlaceActiveObjectImpl

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

translateAccelerator

public HResult translateAccelerator(Msg lpmsg)
                             throws ComException
Specified by:
translateAccelerator in interface IOleInPlaceActiveObject
Parameters:
lpmsg - [in]
Throws:
ComException

onFrameWindowActivate

public void onFrameWindowActivate(VariantBool fActivate)
                           throws ComException
Specified by:
onFrameWindowActivate in interface IOleInPlaceActiveObject
Parameters:
fActivate - [in]
Throws:
ComException

onDocWindowActivate

public void onDocWindowActivate(VariantBool fActivate)
                         throws ComException
Specified by:
onDocWindowActivate in interface IOleInPlaceActiveObject
Parameters:
fActivate - [in]
Throws:
ComException

resizeBorder

public void resizeBorder(Rect prcBorder,
                         IOleInPlaceUIWindow pUIWindow,
                         VariantBool fFrameWindow)
                  throws ComException
Specified by:
resizeBorder in interface IOleInPlaceActiveObject
Parameters:
prcBorder - [in]
pUIWindow - [in]
fFrameWindow - [in]
Throws:
ComException

enableModeless

public void enableModeless(VariantBool fEnable)
                    throws ComException
Specified by:
enableModeless in interface IOleInPlaceActiveObject
Parameters:
fEnable - [in]
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IOleWindowImpl

clone

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