org.jinterop.dcom.win32
Interface IJIOleWindow

All Superinterfaces:
IJIUnknown
All Known Subinterfaces:
IJIOleInPlaceActiveObject, IJIOleInPlaceFrame, IJIOleInPlaceSite, IJIOleInPlaceUIWindow
All Known Implementing Classes:
JIOleFrame

public interface IJIOleWindow
extends IJIUnknown

This interface allows to access windows that participate in in-place activation.

Since:
1.0

Field Summary
static java.lang.String IID
           
 
Method Summary
 void contextSensitiveHelp(boolean fEnterMode)
           
 int getWindow()
           
 
Methods inherited from interface org.jinterop.dcom.core.IJIUnknown
addRef, queryInterface, release
 

Field Detail

IID

static final java.lang.String IID
See Also:
Constant Field Values
Method Detail

getWindow

int getWindow()
              throws JIException
Throws:
JIException

contextSensitiveHelp

void contextSensitiveHelp(boolean fEnterMode)
                          throws JIException
Throws:
JIException