com.jniwrapper.win32.ole.impl
Class IOleDocumentViewImpl
java.lang.Object
com.jniwrapper.Parameter
com.jniwrapper.win32.com.impl.IUnknownImpl
com.jniwrapper.win32.ole.impl.IOleDocumentViewImpl
- All Implemented Interfaces:
- AutoDeleteParameter, PointerParameter, IUnknown, IOleDocumentView
public class IOleDocumentViewImpl
- extends IUnknownImpl
- implements IOleDocumentView
Represents COM interface IOleDocumentView.
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
IOleDocumentViewImpl
public IOleDocumentViewImpl()
IOleDocumentViewImpl
protected IOleDocumentViewImpl(IUnknownImpl that)
throws ComException
- Throws:
ComException
IOleDocumentViewImpl
public IOleDocumentViewImpl(IUnknown that)
IOleDocumentViewImpl
public IOleDocumentViewImpl(CLSID clsid,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
IOleDocumentViewImpl
public IOleDocumentViewImpl(CLSID clsid,
IUnknown pUnkOuter,
ClsCtx dwClsContext)
throws ComException
- Throws:
ComException
setInPlaceSite
public void setInPlaceSite(IOleInPlaceSite pIPSite)
throws ComException
- Specified by:
setInPlaceSite
in interface IOleDocumentView
- Parameters:
pIPSite
- [in]
- Throws:
ComException
getInPlaceSite
public IOleInPlaceSite getInPlaceSite()
throws ComException
- Specified by:
getInPlaceSite
in interface IOleDocumentView
- Throws:
ComException
getDocument
public IUnknown getDocument()
throws ComException
- Specified by:
getDocument
in interface IOleDocumentView
- Throws:
ComException
setRect
public void setRect(Rect prcView)
throws ComException
- Specified by:
setRect
in interface IOleDocumentView
- Parameters:
prcView
- [in]
- Throws:
ComException
getRect
public Rect getRect()
throws ComException
- Specified by:
getRect
in interface IOleDocumentView
- Throws:
ComException
setRectComplex
public void setRectComplex(Rect prcView,
Rect prcHScroll,
Rect prcVScroll,
Rect prcSizeBox)
throws ComException
- Specified by:
setRectComplex
in interface IOleDocumentView
- Parameters:
prcView
- [in]
prcHScroll
- [in]
prcVScroll
- [in]
prcSizeBox
- [in]
- Throws:
ComException
show
public void show(VariantBool fShow)
throws ComException
- Specified by:
show
in interface IOleDocumentView
- Parameters:
fShow
- [in]
- Throws:
ComException
UIActivate
public void UIActivate(VariantBool fUIActivate)
throws ComException
- Specified by:
UIActivate
in interface IOleDocumentView
- Parameters:
fUIActivate
- [in]
- Throws:
ComException
open
public void open()
throws ComException
- Specified by:
open
in interface IOleDocumentView
- Throws:
ComException
closeView
public void closeView(Int32 dwReserved)
throws ComException
- Specified by:
closeView
in interface IOleDocumentView
- Parameters:
dwReserved
- [in]
- Throws:
ComException
saveViewState
public void saveViewState(IStream pStm)
throws ComException
- Specified by:
saveViewState
in interface IOleDocumentView
- Parameters:
pStm
- [in]
- Throws:
ComException
applyViewState
public void applyViewState(IStream pStm)
throws ComException
- Specified by:
applyViewState
in interface IOleDocumentView
- Parameters:
pStm
- [in]
- Throws:
ComException
invokeClone
public IOleDocumentView invokeClone(IOleInPlaceSite pIPSiteNew)
throws ComException
- Specified by:
invokeClone
in interface IOleDocumentView
- Parameters:
pIPSiteNew
- [in]
- Throws:
ComException
getIID
public IID getIID()
- Overrides:
getIID
in class IUnknownImpl
clone
public java.lang.Object clone()
- Overrides:
clone
in class IUnknownImpl