com.jniwrapper.win32.ole.impl
Class IOleInPlaceActiveObjectImpl
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.win32.com.impl.IUnknownImpl
com.jniwrapper.win32.ole.impl.IOleWindowImpl
com.jniwrapper.win32.ole.impl.IOleInPlaceActiveObjectImpl
- All Implemented Interfaces:
- AutoDeleteParameter, PointerParameter, IUnknown, IOleInPlaceActiveObject, IOleWindow
public class IOleInPlaceActiveObjectImpl
- extends IOleWindowImpl
- implements IOleInPlaceActiveObject
Represents COM interface IOleInPlaceActiveObject.
Fields inherited from class com.jniwrapper.Parameter |
V |
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 |
INTERFACE_IDENTIFIER
public static final java.lang.String INTERFACE_IDENTIFIER
- See Also:
- Constant Field Values
IOleInPlaceActiveObjectImpl
public IOleInPlaceActiveObjectImpl()
IOleInPlaceActiveObjectImpl
protected IOleInPlaceActiveObjectImpl(IUnknownImpl that)
throws ComException
- Throws:
ComException
IOleInPlaceActiveObjectImpl
public IOleInPlaceActiveObjectImpl(IUnknown that)
IOleInPlaceActiveObjectImpl
public IOleInPlaceActiveObjectImpl(CLSID clsid,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
IOleInPlaceActiveObjectImpl
public IOleInPlaceActiveObjectImpl(CLSID clsid,
IUnknown pUnkOuter,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
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