Uses of Interface
org.jinterop.dcom.win32.IJIOleInPlaceUIWindow

Packages that use IJIOleInPlaceUIWindow
org.jinterop.dcom.win32 Defines classes for automation
 

Uses of IJIOleInPlaceUIWindow in org.jinterop.dcom.win32
 

Subinterfaces of IJIOleInPlaceUIWindow in org.jinterop.dcom.win32
 interface IJIOleInPlaceFrame
          This interface is used by applications for management of modeless dialog boxes, composite menus, and context-sensitive help.
 

Classes in org.jinterop.dcom.win32 that implement IJIOleInPlaceUIWindow
 class JIOleFrame
          Frame container for Ole controls.
 

Methods in org.jinterop.dcom.win32 with parameters of type IJIOleInPlaceUIWindow
 void IJIOleInPlaceActiveObject.resizeBorder(JIRect prcBorder, IJIOleInPlaceUIWindow pUIWindow, boolean fFrameWindow)