Uses of Interface
com.jniwrapper.win32.ie.ParentWindow

Packages that use ParentWindow
com.jniwrapper.win32.ie Contains the basic classes and interfaces. 
 

Uses of ParentWindow in com.jniwrapper.win32.ie
 

Subinterfaces of ParentWindow in com.jniwrapper.win32.ie
 interface WebBrowser
          The WebBrowser defines the base web browser interface and its various capabilities.
 

Classes in com.jniwrapper.win32.ie that implement ParentWindow
 class Browser
          This component implements the WebBrowser interface and provides various capabilities for a Java application, such as Web surfing, documents viewing, etc.
 class FrameBrowserSupport
          This class represents a frame browser object.
 class HeadlessBrowser
          This class is the windowless implementation of WebBrowser iterface, specially designed for such operations that do not require a Java component.
 class IEAutomation
          This class extends HeadlessBrowser class and intends for working with Internet Explorer control (iexplorer.exe) without hosting Swing component.