com.jniwrapper.win32.ole.impl
Class IOleControlSiteImpl

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.win32.com.impl.IUnknownImpl
          extended bycom.jniwrapper.win32.ole.impl.IOleControlSiteImpl
All Implemented Interfaces:
AutoDeleteParameter, IOleControlSite, IUnknown, PointerParameter

public class IOleControlSiteImpl
extends IUnknownImpl
implements IOleControlSite

Represents COM interface IOleControlSite.


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
  IOleControlSiteImpl()
           
  IOleControlSiteImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IOleControlSiteImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IOleControlSiteImpl(IUnknown that)
           
protected IOleControlSiteImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 IDispatch getExtendedControl()
           
 IID getIID()
           
 void lockInPlaceActive(VariantBool fLock)
           
 void onControlInfoChanged()
           
 void onFocus(VariantBool fGotFocus)
           
 void showPropertyFrame()
           
 void transformCoords(Point pPtlHimetric, PointF pPtfContainer, XFormCoords dwFlags)
           
 void translateAccelerator(Msg pMsg, KeyModifiers grfModifiers)
           
 
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

IOleControlSiteImpl

public IOleControlSiteImpl()

IOleControlSiteImpl

protected IOleControlSiteImpl(IUnknownImpl that)
                       throws ComException

IOleControlSiteImpl

public IOleControlSiteImpl(IUnknown that)

IOleControlSiteImpl

public IOleControlSiteImpl(CLSID clsid,
                           ClsCtx dwClsContext)
                    throws ComException

IOleControlSiteImpl

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

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