Generated by
JDiff

Class com.jniwrapper.win32.ie.Browser

Added Constructors
Browser(BrowserOptions) Creates a new Browser instance using entire browser options.
 

Removed Methods
void addNotify()  
 

Added Methods
void addDisposeListener(DisposeListener) Registers the {@code listener} for the current Browser instance that will receive events when the current Browser instance is disposed.
Set getCookies(URL)  
String getDefaultUserAgent() Returns the default user-agent string.
DisposeListener[] getDisposeListeners() Returns an array of all registered listeners for the current Browser instance.
BrowserOptions getOptions()  
String getUserAgent() Returns the user-agent string.
void removeDisposeListener(DisposeListener) Removes the {@code listener} so that it will not receive events when the current Browser instance is disposed.
void setCookies(URL, Set)  
void setUserAgent(String) Sets the user-agent string.
 

Changed Methods
void waitReady() Change from deprecated to undeprecated.
Causes a current thread to wait for the completion of the current operation in the browser.