Package com.jniwrapper.win32.ie

Contains the basic classes and interfaces.

See:
          Description

Interface Summary
BrowserFunction  
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.
BrowserControlMessageListener  
BrowserHistory Represents Internet Explorer history: links to visited pages.
BrowserHistory.Entry Represents single history page.
BrowserOptions The BrowserOptions class contains browser options that can be used during configuring and initializing Browser or HeadlessBrowser instance.
Browsers This is a utility class for browser-related operations.
BrowsersFocusManager  
FileFinder  
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.
InProcessMouseKeyboardSupport  
InternetFeatures Represents Internet Explorer features.
IsolatedBrowserGroup This implementation represents a group of WebBrowser Controls that are running in separate native process.
IsolatedProcess This class allows to run in-proc COM server in isolated process.
IUnknownUtil  
JavaScriptJavaBridgeServer  
KeyCodesUtil  
KeyFilter.KeyEvent Key pressed event.
MessageFilter Implementation of the IMessageFilter interface that provides WebBrowser Control thread error-handling functionality.
MouseKeyboardSupport  
MouseKeyboardSupportFactory  
OutProcessMouseKeyboardSupport  
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.