com.jniwrapper.win32.ole.impl
Class IOleInPlaceUIWindowImpl

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.IOleInPlaceUIWindowImpl
All Implemented Interfaces:
AutoDeleteParameter, IOleInPlaceUIWindow, IOleWindow, IUnknown, PointerParameter
Direct Known Subclasses:
IOleInPlaceFrameImpl

public class IOleInPlaceUIWindowImpl
extends IOleWindowImpl
implements IOleInPlaceUIWindow

Represents COM interface IOleInPlaceUIWindow.


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
  IOleInPlaceUIWindowImpl()
           
  IOleInPlaceUIWindowImpl(CLSID clsid, ClsCtx dwClsContext)
           
  IOleInPlaceUIWindowImpl(CLSID clsid, IUnknown pUnkOuter, ClsCtx dwClsContext)
           
  IOleInPlaceUIWindowImpl(IUnknown that)
           
protected IOleInPlaceUIWindowImpl(IUnknownImpl that)
           
 
Method Summary
 java.lang.Object clone()
           
 Rect getBorder()
           
 IID getIID()
           
 void requestBorderSpace(Rect pborderwidths)
           
 void setActiveObject(IOleInPlaceActiveObject pActiveObject, OleStr pszObjName)
           
 void setBorderSpace(Rect pborderwidths)
           
 
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.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

IOleInPlaceUIWindowImpl

public IOleInPlaceUIWindowImpl()

IOleInPlaceUIWindowImpl

protected IOleInPlaceUIWindowImpl(IUnknownImpl that)
                           throws ComException

IOleInPlaceUIWindowImpl

public IOleInPlaceUIWindowImpl(IUnknown that)

IOleInPlaceUIWindowImpl

public IOleInPlaceUIWindowImpl(CLSID clsid,
                               ClsCtx dwClsContext)
                        throws ComException

IOleInPlaceUIWindowImpl

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

getBorder

public Rect getBorder()
               throws ComException
Specified by:
getBorder in interface IOleInPlaceUIWindow
Throws:
ComException

requestBorderSpace

public void requestBorderSpace(Rect pborderwidths)
                        throws ComException
Specified by:
requestBorderSpace in interface IOleInPlaceUIWindow
Parameters:
pborderwidths - [in]
Throws:
ComException

setBorderSpace

public void setBorderSpace(Rect pborderwidths)
                    throws ComException
Specified by:
setBorderSpace in interface IOleInPlaceUIWindow
Parameters:
pborderwidths - [in]
Throws:
ComException

setActiveObject

public void setActiveObject(IOleInPlaceActiveObject pActiveObject,
                            OleStr pszObjName)
                     throws ComException
Specified by:
setActiveObject in interface IOleInPlaceUIWindow
Parameters:
pActiveObject - [in]
pszObjName - [in]
Throws:
ComException

getIID

public IID getIID()
Overrides:
getIID in class IOleWindowImpl

clone

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