com.jniwrapper.win32.ole.impl
Class IInPlacePrintPreviewImpl

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

public class IInPlacePrintPreviewImpl
extends IUnknownImpl
implements IInPlacePrintPreview

Represents COM interface IInplacePrintPreview.


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
IInPlacePrintPreviewImpl()
           
IInPlacePrintPreviewImpl(CLSID clsid, ClsCtx dwClsContext)
           
IInPlacePrintPreviewImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
IInPlacePrintPreviewImpl(IUnknown that)
           
IInPlacePrintPreviewImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 void endPrintPreview(VariantBool fForceClose)
           
 IID getIID()
           
 void queryStatus()
           
 void startPrintPreview(Int32 grfFlags, DvTargetDevice pptd, IPreviewCallback ppCallback, Int32 nFirstPage)
           
 
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

IInPlacePrintPreviewImpl

public IInPlacePrintPreviewImpl()

IInPlacePrintPreviewImpl

public IInPlacePrintPreviewImpl(IUnknownImpl that)
                         throws ComException

IInPlacePrintPreviewImpl

public IInPlacePrintPreviewImpl(IUnknown that)

IInPlacePrintPreviewImpl

public IInPlacePrintPreviewImpl(CLSID clsid,
                                ClsCtx dwClsContext)
                         throws ComException

IInPlacePrintPreviewImpl

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

startPrintPreview

public void startPrintPreview(Int32 grfFlags,
                              DvTargetDevice pptd,
                              IPreviewCallback ppCallback,
                              Int32 nFirstPage)
Specified by:
startPrintPreview in interface IInPlacePrintPreview

endPrintPreview

public void endPrintPreview(VariantBool fForceClose)
Specified by:
endPrintPreview in interface IInPlacePrintPreview

queryStatus

public void queryStatus()
Specified by:
queryStatus in interface IInPlacePrintPreview

getIID

public IID getIID()
Overrides:
getIID in class IUnknownImpl

clone

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