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
|
IID
static final java.lang.String IID
- See Also:
- Constant Field Values
getWindow
int getWindow()
throws JIException
- Throws:
JIException
contextSensitiveHelp
void contextSensitiveHelp(boolean fEnterMode)
throws JIException
- Throws:
JIException