|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogEventHandler | |
---|---|
com.jniwrapper.win32.ie | Contains the basic classes and interfaces. |
com.jniwrapper.win32.ie.event | Contains classes for listening events from browser. |
Uses of DialogEventHandler in com.jniwrapper.win32.ie |
---|
Methods in com.jniwrapper.win32.ie that return DialogEventHandler | |
---|---|
DialogEventHandler |
WebBrowser.getDialogEventHandler()
Returns the dialog events handler or null if it's
was not specified. |
DialogEventHandler |
IEAutomation.getDialogEventHandler()
This methd always throw UnsupportedOperationException
error because the IEAutomation implementation
doesn't support this functionality. |
DialogEventHandler |
HeadlessBrowser.getDialogEventHandler()
Returns the dialog events handler or null if it's
was not specified. |
DialogEventHandler |
FrameBrowserSupport.getDialogEventHandler()
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
DialogEventHandler |
Browser.getDialogEventHandler()
Returns the dialog events handler or null if it's
was not specified. |
Methods in com.jniwrapper.win32.ie with parameters of type DialogEventHandler | |
---|---|
void |
WebBrowser.setDialogEventHandler(DialogEventHandler handler)
Sets the listener interface for receiving show dialog events. |
void |
IEAutomation.setDialogEventHandler(DialogEventHandler handler)
This methd always throw UnsupportedOperationException
error because the IEAutomation implementation
doesn't support this functionality. |
void |
HeadlessBrowser.setDialogEventHandler(DialogEventHandler handler)
Sets the listener interface for receiving show dialog events. |
void |
FrameBrowserSupport.setDialogEventHandler(DialogEventHandler handler)
This methd always throw UnsupportedOperationException
error because the FrameBrowserSupport implementation doesn't
support this functionality yet. |
void |
Browser.setDialogEventHandler(DialogEventHandler handler)
Sets the listener interface for receiving show dialog events. |
Uses of DialogEventHandler in com.jniwrapper.win32.ie.event |
---|
Classes in com.jniwrapper.win32.ie.event that implement DialogEventHandler | |
---|---|
class |
BrowserDialogEventHandler
Implementation of dialog event handler that displays system message box. |
class |
HeadlessBrowserDialogEventHandler
Implementation of dialog event handler of automated testing: suppresses Internet Explorer dialogs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |