|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.win32.ie.FrameBrowserSupport
This class represents a frame browser object.
| Nested Class Summary |
| Nested classes inherited from class com.jniwrapper.win32.ie.WebBrowser |
WebBrowser.Properties |
| Constructor Summary | |
FrameBrowserSupport(com.jniwrapper.win32.shdocvw.IWebBrowser2 browser,
WebBrowser parent)
Create frame browser wrapper. |
|
| Method Summary | |
void |
addBrowserWindowListener(BrowserWindowListener listener)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
addDisposeListener(DisposeListener listener)
This methd always throw UnsupportedOperationException
error because the FrameImpl implementation doesn't
support this functionality yet. |
void |
addNavigationListener(NavigationEventListener l)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
addNewWindowListener(NewWindowEventListener listener)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
addStatusListener(StatusEventListener l)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
close()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
execute(BrowserCommand command)
Executes the specified WebBrowser command. |
java.lang.Object |
executeScript(java.lang.String javaScript)
Executes specified JavaScript code in a currently opened document. |
AuthenticationHandler |
getAuthenticationHandler()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
java.lang.Object |
getBrowserPeer()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
java.lang.String |
getContent()
Returns the string that represents HTML content of a currently loaded document in WebBrowser. |
java.lang.String |
getContent(boolean original)
Returns the string that represents HTML content of a currently loaded document in WebBrowser. |
java.util.Set |
getCookies(java.lang.String url)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
java.util.Set |
getCookies(java.net.URL url)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
DialogEventHandler |
getDialogEventHandler()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
DisposeListener[] |
getDisposeListeners()
This methd always throw UnsupportedOperationException
error because the FrameImpl implementation doesn't
support this functionality yet. |
HTMLDocument |
getDocument()
Returns an instance of HTMLDocument that
represents the HTML document currently loaded into
the WebBrowser and provides access to the contents of
the HTML Document Object Model (DOM). |
WebBrowserEventsHandler |
getEventHandler()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
HttpSecurityHandler |
getHttpSecurityHandler()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
KeyFilter |
getKeyFilter()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
java.lang.String |
getLocationURL()
Returns the string that represents a URL of the resource that WebBrowser component is currently displayed. |
java.util.List |
getNavigationListeners()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
NewWindowEventHandler |
getNewWindowHandler()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
java.util.List |
getNewWindowListeners()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
com.jniwrapper.win32.automation.OleMessageLoop |
getOleMessageLoop()
Returns the OleMessageLoop thread in which executes all WebBrowser component operations. |
WebBrowser |
getParentBrowser()
Returns the parent of the current WebBrowser instance or null if it hasn't parent. |
WebBrowser.Properties |
getProperties()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
ProxyConfiguration |
getProxy()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
ReadyState |
getReadyState()
Returns the current ReadyState of the WebBrowser Control. |
WebBrowser |
getRecentChild()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
ScriptErrorListener |
getScriptErrorListener()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
java.util.List |
getStatusListeners()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
goBack()
Navigates backward one item in the history list. |
void |
goForward()
Navigates forward one item in the history list. |
void |
goHome()
Navigates to the current home or start page. |
boolean |
isClosed()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
boolean |
isSilent()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
navigate(java.lang.String location)
Navigates to a resource identified by a URL or to a file identified by a full path. |
void |
navigate(java.lang.String location,
java.lang.String postData)
Navigates to a web resource specified by a HTTP URL with HTTP post data. |
void |
navigate(java.lang.String location,
java.lang.String targetName,
java.lang.String postData)
Navigates to an entire web resource specified by a HTTP URL with HTTP post data into a specified window defined by targetName. |
void |
refresh()
Reloads the file that is currently displayed in the object. |
void |
removeBrowserWindowListener(BrowserWindowListener listener)
Removes window listener. |
void |
removeDisposeListener(DisposeListener listener)
This methd always throw UnsupportedOperationException
error because the FrameImpl implementation doesn't
support this functionality yet. |
void |
removeNavigationListener(NavigationEventListener l)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
removeNewWindowListener(NewWindowEventListener listener)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
removeStatusListener(StatusEventListener l)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setAuthenticationHandler(AuthenticationHandler handler)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setContent(java.lang.String htmlContent)
Sets the specified HTML content to the current WebBrowser document. |
void |
setCookie(java.lang.String url,
Cookie cookie)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setCookies(java.net.URL url,
java.util.Set cookies)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setDialogEventHandler(DialogEventHandler handler)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setEventHandler(WebBrowserEventsHandler handler)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setHttpSecurityHandler(HttpSecurityHandler h)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setKeyFilter(KeyFilter keyFilter)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setNewWindowHandler(NewWindowEventHandler newWindowHandler)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setParentBrowser(WebBrowser webBrowser)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setProxy(ProxyConfiguration conf)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setScriptErrorListener(ScriptErrorListener listener)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
setSilent(boolean isSilent)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
stop()
Cancels any pending navigation or download operation and stops any dynamic page elements, such as background sounds and animations. |
void |
trackChildren()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
WebBrowser |
waitChildCreation()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
WebBrowser |
waitChildCreation(java.lang.Runnable operationThatCreatesChild)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
waitReady()
Causes a current thread to wait for the completion of the current operation in the browser. |
void |
waitReady(long timeout)
Causes a current thread to wait for the completion of a current operation in the browser for a specified amount of milliseconds. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FrameBrowserSupport(com.jniwrapper.win32.shdocvw.IWebBrowser2 browser,
WebBrowser parent)
browser - interface reference to Internet Explorer COM objectparent - parent browser| Method Detail |
public void navigate(java.lang.String location)
navigate in interface WebBrowserlocation - the URL of the resource to display or
the full path to the file location. The
parameter cannot be null.
java.lang.IllegalArgumentException - when location parameter is null.
java.lang.IllegalStateException - when WebBrowser component was
disposed by invoking WebBrowser.close()
method or for some unknown reasons.navigate(String, String),
navigate(String, String, String),
NavigationEventListener.entireDocumentCompleted(WebBrowser, String)
public void navigate(java.lang.String location,
java.lang.String postData)
navigate in interface WebBrowserlocation - the URL of the resource to display or
the full path to the file location. The
parameter cannot be null.postData - HTTP post data (for example, "name=Alex&product=Pizza"),
can be null.
java.lang.IllegalArgumentException - when location parameter is null.
java.lang.IllegalStateException - when WebBrowser component was
disposed by invoking WebBrowser.close()
method or for some unknown reasons.navigate(String),
navigate(String, String, String),
NavigationEventListener.entireDocumentCompleted(WebBrowser, String)
public void navigate(java.lang.String location,
java.lang.String targetName,
java.lang.String postData)
navigate in interface WebBrowserlocation - the URL of the resource to display or
the full path to the file location. The
parameter cannot be null.targetName - The string that contains the name of the
frame in which to display the resource.
The possible values for this parameter are.
postData - HTTP post data (for example, "name=Alex&product=Pizza").
java.lang.IllegalStateException - when WebBrowser component was
disposed by invoking WebBrowser.close()
method or for some unknown reasons.navigate(String),
navigate(String, String),
NavigationEventListener.entireDocumentCompleted(WebBrowser, String)public java.lang.String getLocationURL()
getLocationURL in interface WebBrowserjava.lang.IllegalStateException - when WebBrowser component was
disposed by invoking WebBrowser.close()
method or for some unknown reasons.NavigationEventListener.entireDocumentCompleted(WebBrowser, String)public HTMLDocument getDocument()
HTMLDocument that
represents the HTML document currently loaded into
the WebBrowser and provides access to the contents of
the HTML Document Object Model (DOM).
Before receiving an instance of HTMLDocument
make sure that the entire document is loaded completely.
For this you can use the
NavigationEventListener.entireDocumentCompleted(WebBrowser, String)
event.
getDocument in interface WebBrowserjava.lang.IllegalStateException - when WebBrowser.waitReady()
method isn't called after last call of
WebBrowser.navigate() or
WebBrowser.setContent() methods;
or when WebBrowser component was
disposed by invoking WebBrowser.close()
method or for some unknown reasons.HTMLDocument,
WebBrowser.waitReady(),
WebBrowser.navigate(String),
WebBrowser.setContent(String),
NavigationEventListener.entireDocumentCompleted(WebBrowser, String)public WebBrowser getParentBrowser()
WebBrowsernull if it hasn't parent. If the WebBrowser
control is in a frame, this method returns the WebBrowser
instance of the main document that contains this frame.
Otherwise, it delegates to the top-level WebBrowser control,
if there is one.
getParentBrowser in interface WebBrowsernull
if the browser hasn't parent.Browser.getParentBrowser(),
HeadlessBrowser.getParentBrowser(),
IEAutomation.getParentBrowser()public void setParentBrowser(WebBrowser webBrowser)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setParentBrowser in interface WebBrowserwebBrowser - the parent of the browser.
java.lang.UnsupportedOperationException - alwayspublic void goForward()
StatusEventListener.forwardButtonEnabled
event to check the enabled state of forward navigation.
To manage WebBrowser's history use the BrowserHistory class.
goForward in interface WebBrowserjava.lang.IllegalStateException - when WebBrowser component was
disposed by invoking WebBrowser.close()
method or for some unknown reasons.WebBrowser.goBack(),
WebBrowser.goHome(),
BrowserHistorypublic void goBack()
StatusEventListener.backButtonEnabled
event to check the enabled state of back navigation.
To manage WebBrowser's history use the BrowserHistory class.
goBack in interface WebBrowserjava.lang.IllegalStateException - when WebBrowser component was
disposed by invoking WebBrowser.close()
method or for some unknown reasons.WebBrowser.goForward(),
WebBrowser.goHome(),
BrowserHistorypublic void goHome()
goHome in interface WebBrowserjava.lang.IllegalStateException - when WebBrowser component was
disposed by invoking WebBrowser.close()
method or for some unknown reasons.WebBrowser.goForward(),
WebBrowser.goBack()public void stop()
stop in interface WebBrowserjava.lang.IllegalStateException - when WebBrowser component was
disposed by invoking WebBrowser.close()
method or for some unknown reasons.refresh(),
navigate(String),
NavigationEventListener.entireDocumentCompleted(WebBrowser, String)public void refresh()
WebBrowser
refresh in interface WebBrowserpublic void execute(BrowserCommand command)
WebBrowserBrowserCommand abstract class.
For example, to print currently loaded web page, the following
command should be executed:
WebBrowser browser = new HeadlessBrowser();
browser.execute(new PrintCommand());
execute in interface WebBrowsercommand - the specified WebBrowser command.PrintCommand,
PrintPreviewCommand,
SaveAsCommandpublic void setContent(java.lang.String htmlContent)
WebBrowserNavigationEventListener.entireDocumentCompleted event.
It may be necessary when the document contains some resources
(such as images or JavaScript files) that require some time to
download.
setContent in interface WebBrowserhtmlContent - a string that represents HTML content
to set to the current document.WebBrowser.navigate(String),
WebBrowser.navigate(String, String),
WebBrowser.navigate(String, String, String),
WebBrowser.getContent(),
WebBrowser.getContent(boolean),
NavigationEventListener.entireDocumentCompleted(WebBrowser, String)public java.lang.String getContent()
WebBrowserNavigationEventListener.entireDocumentCompleted event.
Note: the outerHTML propertry of the document HTML element
is used in this method. So, it always returns the actual HTML of
the document. To get the HTML that was downloaded from the server
use the getContent(true) method.
getContent in interface WebBrowserWebBrowser.setContent(String),
WebBrowser.getContent(boolean),
NavigationEventListener.entireDocumentCompleted(WebBrowser, String)public java.lang.String getContent(boolean original)
WebBrowserNavigationEventListener.entireDocumentCompleted event.
getContent in interface WebBrowseroriginal - if true then returns the original
HTML content (like View Source command in context
menu of Internet Explorer browser), otherwise this method
returns the actual content of a document according to its DOM.
WebBrowser.getContent(),
WebBrowser.setContent(String),
NavigationEventListener.entireDocumentCompleted(WebBrowser, String)public java.lang.Object executeScript(java.lang.String javaScript)
WebBrowserIHTMLWindow2.execScript method
can access all global variables available to the calling script.
executeScript in interface WebBrowserjavaScript - the string that specifies the code to be executed.
public ReadyState getReadyState()
WebBrowserReadyState of the WebBrowser Control.
getReadyState in interface WebBrowser
public void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
addPropertyChangeListener in interface WebBrowserpropertyName - property name.listener - listener instance.
java.lang.UnsupportedOperationException - always
public void removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
removePropertyChangeListener in interface WebBrowserpropertyName - property name.listener - listener instance.
java.lang.UnsupportedOperationException - alwayspublic void waitReady()
WebBrowserImportant: successful call of this method guaranties that you
can get DOM document of loaded page.
Please see typical usage of this method in the code below:
// navigate to Google page
browser.navigate("google.com");
// wait until page completely loaded
browser.waitReady();
// DOM document is available
Document document = browser.getDocument();
WebBrowser.waitReady() call after navigation call
then IllegalStateException is thrown in WebBrowser.getDocument() call.
waitReady in interface WebBrowserWebBrowser.navigate(String),
WebBrowser.setContent(String),
WebBrowser.getDocument()public void waitReady(long timeout)
WebBrowser
waitReady in interface WebBrowsertimeout - the number of milliseconds to wait.public java.lang.Object getBrowserPeer()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getBrowserPeer in interface WebBrowserjava.lang.UnsupportedOperationException - alwayspublic void addNavigationListener(NavigationEventListener l)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
addNavigationListener in interface WebBrowserl - browser event listener.
java.lang.UnsupportedOperationException - alwayspublic void removeNavigationListener(NavigationEventListener l)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
removeNavigationListener in interface WebBrowserl - browser event listener.
java.lang.UnsupportedOperationException - alwayspublic void addStatusListener(StatusEventListener l)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
addStatusListener in interface WebBrowserl - browser event listener.
java.lang.UnsupportedOperationException - alwayspublic void removeStatusListener(StatusEventListener l)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
removeStatusListener in interface WebBrowserl - browser event listener.
java.lang.UnsupportedOperationException - alwayspublic java.util.List getNavigationListeners()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getNavigationListeners in interface WebBrowserjava.lang.UnsupportedOperationException - alwayspublic java.util.List getStatusListeners()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getStatusListeners in interface WebBrowserjava.lang.UnsupportedOperationException - alwayspublic WebBrowserEventsHandler getEventHandler()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getEventHandler in interface WebBrowserjava.lang.UnsupportedOperationException - alwayspublic void setAuthenticationHandler(AuthenticationHandler handler)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setAuthenticationHandler in interface WebBrowserhandler - the authentication handler
java.lang.UnsupportedOperationException - alwaysWebBrowser.getAuthenticationHandler()public AuthenticationHandler getAuthenticationHandler()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getAuthenticationHandler in interface WebBrowsernull.
java.lang.UnsupportedOperationException - alwaysWebBrowser.setAuthenticationHandler(AuthenticationHandler)public void setEventHandler(WebBrowserEventsHandler handler)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setEventHandler in interface WebBrowserhandler - event handler
java.lang.UnsupportedOperationException - alwayspublic DialogEventHandler getDialogEventHandler()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getDialogEventHandler in interface WebBrowsernull if it's
was not specified.
java.lang.UnsupportedOperationException - alwaysWebBrowser.setDialogEventHandler(DialogEventHandler),
WebBrowser.setSilent(boolean),
WebBrowser.isSilent(),
Browser.getDialogEventHandler(),
HeadlessBrowser.getDialogEventHandler()public void setDialogEventHandler(DialogEventHandler handler)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setDialogEventHandler in interface WebBrowserhandler - dialog event handler
java.lang.UnsupportedOperationException - alwaysWebBrowser.getDialogEventHandler(),
WebBrowser.setSilent(boolean),
WebBrowser.isSilent(),
Browser.setDialogEventHandler(com.jniwrapper.win32.ie.event.DialogEventHandler),
HeadlessBrowser.setDialogEventHandler(com.jniwrapper.win32.ie.event.DialogEventHandler)public void setScriptErrorListener(ScriptErrorListener listener)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setScriptErrorListener in interface WebBrowserlistener - javascript error listener
java.lang.UnsupportedOperationException - alwayspublic ScriptErrorListener getScriptErrorListener()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getScriptErrorListener in interface WebBrowserjava.lang.UnsupportedOperationException - alwayspublic void close()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
close in interface WebBrowserjava.lang.UnsupportedOperationException - alwaysWebBrowser.isClosed()public boolean isClosed()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
isClosed in interface WebBrowserjava.lang.UnsupportedOperationException - alwaysWebBrowser.close()public void setSilent(boolean isSilent)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setSilent in interface WebBrowserisSilent - if true then enter to silent mode else leave silent mode.
java.lang.UnsupportedOperationException - alwayspublic boolean isSilent()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
isSilent in interface WebBrowserjava.lang.UnsupportedOperationException - always
public void setCookie(java.lang.String url,
Cookie cookie)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setCookie in interface WebBrowserurl - specifies an URL, a new cookie will be associated with.cookie - specifies a new cookie.
java.lang.UnsupportedOperationException - alwayspublic java.util.Set getCookies(java.lang.String url)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getCookies in interface WebBrowserurl - specifies an URL.
java.lang.UnsupportedOperationException - alwayspublic void setNewWindowHandler(NewWindowEventHandler newWindowHandler)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setNewWindowHandler in interface WebBrowsernewWindowHandler - new window handler
java.lang.UnsupportedOperationException - alwayspublic NewWindowEventHandler getNewWindowHandler()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getNewWindowHandler in interface WebBrowserjava.lang.UnsupportedOperationException - alwayspublic void addNewWindowListener(NewWindowEventListener listener)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
addNewWindowListener in interface WebBrowserlistener - new window listener
java.lang.UnsupportedOperationException - alwayspublic void removeNewWindowListener(NewWindowEventListener listener)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
removeNewWindowListener in interface WebBrowserlistener - new window listener
java.lang.UnsupportedOperationException - alwayspublic java.util.List getNewWindowListeners()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getNewWindowListeners in interface WebBrowserjava.lang.UnsupportedOperationException - alwayspublic void trackChildren()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
trackChildren in interface ParentWindowjava.lang.UnsupportedOperationException - alwayspublic WebBrowser getRecentChild()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getRecentChild in interface ParentWindowtrackChildren() method call.
If there isn't opened windows after this call then returns null.
java.lang.UnsupportedOperationException - alwayspublic WebBrowser waitChildCreation()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
waitChildCreation in interface ParentWindowjava.lang.UnsupportedOperationException - alwayspublic WebBrowser waitChildCreation(java.lang.Runnable operationThatCreatesChild)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
waitChildCreation in interface ParentWindowoperationThatCreatesChild - operation
java.lang.UnsupportedOperationException - alwayspublic void setKeyFilter(KeyFilter keyFilter)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setKeyFilter in interface WebBrowserkeyFilter - key filter
java.lang.UnsupportedOperationException - alwayspublic KeyFilter getKeyFilter()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getKeyFilter in interface WebBrowserjava.lang.UnsupportedOperationException - alwayspublic WebBrowser.Properties getProperties()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getProperties in interface WebBrowserjava.lang.UnsupportedOperationException - alwayspublic void addBrowserWindowListener(BrowserWindowListener listener)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
addBrowserWindowListener in interface WebBrowserlistener - the window listener
java.lang.UnsupportedOperationException - alwayspublic void removeBrowserWindowListener(BrowserWindowListener listener)
WebBrowser
removeBrowserWindowListener in interface WebBrowserlistener - the window listenerpublic com.jniwrapper.win32.automation.OleMessageLoop getOleMessageLoop()
WebBrowser
getOleMessageLoop in interface WebBrowserpublic void setProxy(ProxyConfiguration conf)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setProxy in interface WebBrowserconf - the proxy settings. This parameter cannot be
null.
java.lang.UnsupportedOperationException - alwaysWebBrowser.getProxy(),
Browsers.setProxy(ProxyConfiguration)public ProxyConfiguration getProxy()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getProxy in interface WebBrowserjava.lang.UnsupportedOperationException - alwaysWebBrowser.setProxy(ProxyConfiguration),
Browsers.getProxy()public java.util.Set getCookies(java.net.URL url)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getCookies in interface WebBrowserurl - specifies an URL.
java.lang.UnsupportedOperationException - always
public void setCookies(java.net.URL url,
java.util.Set cookies)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setCookies in interface WebBrowserurl - specifies an URL, a new cookie will be associated with.cookies - the collection of Cookie objects.
java.lang.UnsupportedOperationException - alwayspublic void setHttpSecurityHandler(HttpSecurityHandler h)
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
setHttpSecurityHandler in interface WebBrowserh - the specified HTTP security handler.
java.lang.UnsupportedOperationException - alwaysWebBrowser.getHttpSecurityHandler()public HttpSecurityHandler getHttpSecurityHandler()
UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet.
getHttpSecurityHandler in interface WebBrowsernull if it's not present
java.lang.UnsupportedOperationException - alwaysWebBrowser.setHttpSecurityHandler(com.jniwrapper.win32.ie.event.HttpSecurityHandler)public void addDisposeListener(DisposeListener listener)
UnsupportedOperationException
error because the FrameImpl implementation doesn't
support this functionality yet.
addDisposeListener in interface WebBrowserlistener - the listener to receive browser dispose events.
java.lang.UnsupportedOperationException - alwayspublic void removeDisposeListener(DisposeListener listener)
UnsupportedOperationException
error because the FrameImpl implementation doesn't
support this functionality yet.
removeDisposeListener in interface WebBrowserlistener - the listener to remove.
java.lang.UnsupportedOperationException - alwayspublic DisposeListener[] getDisposeListeners()
UnsupportedOperationException
error because the FrameImpl implementation doesn't
support this functionality yet.
getDisposeListeners in interface WebBrowserjava.lang.UnsupportedOperationException - always
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||