com.jniwrapper.win32.ole.impl
Class IOleCommandTargetImpl

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

public class IOleCommandTargetImpl
extends IUnknownImpl
implements IOleCommandTarget

Represents COM interface IOleCommandTarget.


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
  IOleCommandTargetImpl()
           
  IOleCommandTargetImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IOleCommandTargetImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IOleCommandTargetImpl(IUnknown that)
           
protected IOleCommandTargetImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 void exec(GUID pguidCmdGroup, Int32 nCmdID, OleCmdExecOpt nCmdexecopt, Variant pvaIn, Variant pvaOut)
           
 IID getIID()
           
 void queryStatus(GUID pguidCmdGroup, Int32 cCmds, OleCmd prgCmds, OleCmdText pCmdText)
           
 
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

IOleCommandTargetImpl

public IOleCommandTargetImpl()

IOleCommandTargetImpl

protected IOleCommandTargetImpl(IUnknownImpl that)
                         throws ComException

IOleCommandTargetImpl

public IOleCommandTargetImpl(IUnknown that)

IOleCommandTargetImpl

public IOleCommandTargetImpl(CLSID clsid,
                             ClsCtx dwClsContext)
                      throws ComException

IOleCommandTargetImpl

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

queryStatus

public void queryStatus(GUID pguidCmdGroup,
                        Int32 cCmds,
                        OleCmd prgCmds,
                        OleCmdText pCmdText)
                 throws ComException
Specified by:
queryStatus in interface IOleCommandTarget
Parameters:
pguidCmdGroup - [in]
cCmds - [in]
prgCmds - [in,out]
pCmdText - [in,out]
Throws:
ComException

exec

public void exec(GUID pguidCmdGroup,
                 Int32 nCmdID,
                 OleCmdExecOpt nCmdexecopt,
                 Variant pvaIn,
                 Variant pvaOut)
          throws ComException
Specified by:
exec in interface IOleCommandTarget
Parameters:
pguidCmdGroup - [in]
nCmdID - [in]
nCmdexecopt - [in]
pvaIn - [in]
pvaOut - [in,out]
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

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