com.jniwrapper.win32.ole.impl
Class IOleControlSiteImpl
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.win32.com.impl.IUnknownImpl
com.jniwrapper.win32.ole.impl.IOleControlSiteImpl
- All Implemented Interfaces:
- AutoDeleteParameter, PointerParameter, IUnknown, IOleControlSite
public class IOleControlSiteImpl
- extends IUnknownImpl
- implements IOleControlSite
Represents COM interface IOleControlSite.
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
IOleControlSiteImpl
public IOleControlSiteImpl()
IOleControlSiteImpl
protected IOleControlSiteImpl(IUnknownImpl that)
throws ComException
- Throws:
ComException
IOleControlSiteImpl
public IOleControlSiteImpl(IUnknown that)
IOleControlSiteImpl
public IOleControlSiteImpl(CLSID clsid,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
IOleControlSiteImpl
public IOleControlSiteImpl(CLSID clsid,
IUnknown pUnkOuter,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
onControlInfoChanged
public void onControlInfoChanged()
throws ComException
- Specified by:
onControlInfoChanged
in interface IOleControlSite
- Throws:
ComException
lockInPlaceActive
public void lockInPlaceActive(VariantBool fLock)
throws ComException
- Specified by:
lockInPlaceActive
in interface IOleControlSite
- Parameters:
fLock
- [in]
- Throws:
ComException
getExtendedControl
public IDispatch getExtendedControl()
throws ComException
- Specified by:
getExtendedControl
in interface IOleControlSite
- Throws:
ComException
transformCoords
public void transformCoords(Point pPtlHimetric,
PointF pPtfContainer,
XFormCoords dwFlags)
throws ComException
- Specified by:
transformCoords
in interface IOleControlSite
- Parameters:
pPtlHimetric
- [in,out]
pPtfContainer
- [in,out]
dwFlags
- [in]
- Throws:
ComException
translateAccelerator
public void translateAccelerator(Msg pMsg,
KeyModifiers grfModifiers)
throws ComException
- Specified by:
translateAccelerator
in interface IOleControlSite
- Parameters:
pMsg
- [in]
grfModifiers
- [in]
- Throws:
ComException
onFocus
public void onFocus(VariantBool fGotFocus)
throws ComException
- Specified by:
onFocus
in interface IOleControlSite
- Parameters:
fGotFocus
- [in]
- Throws:
ComException
showPropertyFrame
public void showPropertyFrame()
throws ComException
- Specified by:
showPropertyFrame
in interface IOleControlSite
- Throws:
ComException
getIID
public IID getIID()
- Overrides:
getIID
in class IUnknownImpl
clone
public java.lang.Object clone()
- Overrides:
clone
in class IUnknownImpl