com.jniwrapper.win32.ole.impl
Class IOleInPlaceSiteExImpl

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.IOleInPlaceSiteImpl
                  extended bycom.jniwrapper.win32.ole.impl.IOleInPlaceSiteExImpl
All Implemented Interfaces:
AutoDeleteParameter, IOleInPlaceSite, IOleInPlaceSiteEx, IOleWindow, IUnknown, PointerParameter

public class IOleInPlaceSiteExImpl
extends IOleInPlaceSiteImpl
implements IOleInPlaceSiteEx

Represents COM interface IOleInPlaceSiteEx.


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
  IOleInPlaceSiteExImpl()
           
  IOleInPlaceSiteExImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IOleInPlaceSiteExImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IOleInPlaceSiteExImpl(IUnknown that)
           
protected IOleInPlaceSiteExImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 IID getIID()
           
 VariantBool onInPlaceActivateEx(UInt32 flags)
           
 void onInPlaceDeactivateEx(VariantBool fNoRedraw)
           
 void requestUIActivate()
           
 
Methods inherited from class com.jniwrapper.win32.ole.impl.IOleInPlaceSiteImpl
canInPlaceActivate, deactivateAndUndo, discardUndoState, getWindowContext, onInPlaceActivate, onInPlaceDeactivate, onPosRectChange, onUIActivate, onUIDeactivate, scroll
 
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.IOleInPlaceSite
canInPlaceActivate, deactivateAndUndo, discardUndoState, getWindowContext, onInPlaceActivate, onInPlaceDeactivate, onPosRectChange, onUIActivate, onUIDeactivate, scroll
 
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

IOleInPlaceSiteExImpl

public IOleInPlaceSiteExImpl()

IOleInPlaceSiteExImpl

protected IOleInPlaceSiteExImpl(IUnknownImpl that)
                         throws ComException

IOleInPlaceSiteExImpl

public IOleInPlaceSiteExImpl(IUnknown that)

IOleInPlaceSiteExImpl

public IOleInPlaceSiteExImpl(CLSID clsid,
                             ClsCtx dwClsContext)
                      throws ComException

IOleInPlaceSiteExImpl

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

onInPlaceActivateEx

public VariantBool onInPlaceActivateEx(UInt32 flags)
                                throws ComException
Specified by:
onInPlaceActivateEx in interface IOleInPlaceSiteEx
Parameters:
flags - [in]
Throws:
ComException

onInPlaceDeactivateEx

public void onInPlaceDeactivateEx(VariantBool fNoRedraw)
                           throws ComException
Specified by:
onInPlaceDeactivateEx in interface IOleInPlaceSiteEx
Parameters:
fNoRedraw - [in]
Throws:
ComException

requestUIActivate

public void requestUIActivate()
                       throws ComException
Specified by:
requestUIActivate in interface IOleInPlaceSiteEx
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IOleInPlaceSiteImpl

clone

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