Package com.jniwrapper.win32.ie

Contains the basic classes and interfaces.

See:
          Description

Interface Summary
ContextMenuProvider A factory for creation a context menu for the browser.
ContextMenuProviderExt A factory for creation different implementation of context menu for the browser.
KeyFilter This interface responds for key event filtering.
ParentWindow This interface is implemented by objects that have children and need to track children creation without event listeners.
WebBrowser The WebBrowser defines the base web browser interface and its various capabilities.
 

Class Summary
Browser This component implements the WebBrowser interface and provides various capabilities for a Java application, such as Web surfing, documents viewing, etc.
BrowserHistory Represents Internet Explorer history: links to visited pages.
BrowserHistory.Entry Represents single history page.
Browsers This is a utility class for browser-related operations.
FrameBrowserSupport This class represents a frame browser object.
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.KeyEvent Key pressed event.
MessageFilter Implementation of the IMessageFilter interface that provides WebBrowser Control thread error-handling functionality.
ReadyState This class represent the enumeration of all avaliable statuses of the WebBrowser.
WebBrowser.Properties Represents a set of event names that can be handled in the PropertyChangeListener listener.
 

Exception Summary
UnsupportedInternetFeatureException Thrown to indicate that the requested Internet Explorer feature is not supported.
 

Package com.jniwrapper.win32.ie Description

Contains the basic classes and interfaces.