Uses of Package
com.jniwrapper.win32.ie

Packages that use com.jniwrapper.win32.ie
com.jniwrapper.win32.ie Contains the basic classes and interfaces. 
com.jniwrapper.win32.ie.cookie Contains classes that allows managing browser cookies. 
com.jniwrapper.win32.ie.dom Contains classes for accessing browser Document Object Model (DOM). 
com.jniwrapper.win32.ie.event Contains classes for listening events from browser. 
com.jniwrapper.win32.ie.scripting Contains classes that can be used in automatic testings. 
 

Classes in com.jniwrapper.win32.ie used by com.jniwrapper.win32.ie
Browser
          This component implements the WebBrowser interface and provides various capabilities for a Java application, such as Web surfing, documents viewing, etc.
BrowserOptions
          The BrowserOptions class contains browser options that can be used during configuring and initializing Browser or HeadlessBrowser instance.
ContextMenuProvider
          A factory for creation a context menu for the browser.
HeadlessBrowser
          This class is the windowless implementation of WebBrowser iterface, specially designed for such operations that do not require a Java component.
IEAutomation
          This class extends HeadlessBrowser class and intends for working with Internet Explorer control (iexplorer.exe) without hosting Swing component.
InternetFeatures
          Represents Internet Explorer features.
IsolatedProcess
          This class allows to run in-proc COM server in isolated process.
KeyFilter
          This interface responds for key event filtering.
KeyFilter.KeyEvent
          Key pressed event.
ParentWindow
          This interface is implemented by objects that have children and need to track children creation without event listeners.
ReadyState
          This class represent the enumeration of all avaliable statuses of the WebBrowser.
UnsupportedInternetFeatureException
          Thrown to indicate that the requested Internet Explorer feature is not supported.
WebBrowser
          The WebBrowser defines the base web browser interface and its various capabilities.
WebBrowser.Properties
          Represents a set of event names that can be handled in the PropertyChangeListener listener.
 

Classes in com.jniwrapper.win32.ie used by com.jniwrapper.win32.ie.cookie
WebBrowser
          The WebBrowser defines the base web browser interface and its various capabilities.
 

Classes in com.jniwrapper.win32.ie used by com.jniwrapper.win32.ie.dom
WebBrowser
          The WebBrowser defines the base web browser interface and its various capabilities.
 

Classes in com.jniwrapper.win32.ie used by com.jniwrapper.win32.ie.event
WebBrowser
          The WebBrowser defines the base web browser interface and its various capabilities.
 

Classes in com.jniwrapper.win32.ie used by com.jniwrapper.win32.ie.scripting
WebBrowser
          The WebBrowser defines the base web browser interface and its various capabilities.