com.jniwrapper.win32.ole.impl
Class IOleInPlaceFrameImpl
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.win32.com.impl.IUnknownImpl
com.jniwrapper.win32.ole.impl.IOleWindowImpl
com.jniwrapper.win32.ole.impl.IOleInPlaceUIWindowImpl
com.jniwrapper.win32.ole.impl.IOleInPlaceFrameImpl
- All Implemented Interfaces:
- AutoDeleteParameter, PointerParameter, IUnknown, IOleInPlaceFrame, IOleInPlaceUIWindow, IOleWindow
public class IOleInPlaceFrameImpl
- extends IOleInPlaceUIWindowImpl
- implements IOleInPlaceFrame
Represents COM interface IOleInPlaceFrame.
| 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
IOleInPlaceFrameImpl
public IOleInPlaceFrameImpl()
IOleInPlaceFrameImpl
protected IOleInPlaceFrameImpl(IUnknownImpl that)
throws ComException
- Throws:
ComException
IOleInPlaceFrameImpl
public IOleInPlaceFrameImpl(IUnknown that)
IOleInPlaceFrameImpl
public IOleInPlaceFrameImpl(CLSID clsid,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
IOleInPlaceFrameImpl
public IOleInPlaceFrameImpl(CLSID clsid,
IUnknown pUnkOuter,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
insertMenus
public void insertMenus(Int32 hmenuShared,
OleMenuGroupWidths lpMenuWidths)
throws ComException
- Specified by:
insertMenus in interface IOleInPlaceFrame
- Parameters:
hmenuShared - [in]lpMenuWidths - [in,out]
- Throws:
ComException
setMenu
public void setMenu(Int32 hmenuShared,
Int32 holemenu,
Int32 hwndActiveObject)
throws ComException
- Specified by:
setMenu in interface IOleInPlaceFrame
- Parameters:
hmenuShared - [in]holemenu - [in]hwndActiveObject - [in]
- Throws:
ComException
removeMenus
public void removeMenus(Int32 hmenuShared)
throws ComException
- Specified by:
removeMenus in interface IOleInPlaceFrame
- Parameters:
hmenuShared - [in]
- Throws:
ComException
setStatusText
public void setStatusText(OleStr pszStatusText)
throws ComException
- Specified by:
setStatusText in interface IOleInPlaceFrame
- Parameters:
pszStatusText - [in]
- Throws:
ComException
enableModeless
public void enableModeless(VariantBool fEnable)
throws ComException
- Specified by:
enableModeless in interface IOleInPlaceFrame
- Parameters:
fEnable - [in]
- Throws:
ComException
translateAccelerator
public void translateAccelerator(Msg lpmsg,
Int16 wID)
throws ComException
- Specified by:
translateAccelerator in interface IOleInPlaceFrame
- Parameters:
lpmsg - [in]wID - [in]
- Throws:
ComException
getIID
public IID getIID()
- Overrides:
getIID in class IOleInPlaceUIWindowImpl
clone
public java.lang.Object clone()
- Overrides:
clone in class IOleInPlaceUIWindowImpl