Uses of Interface
com.teamdev.jxbrowser.cast.PresentationRequest
Packages that use PresentationRequest
Package
Description
This package provides the classes that allow you to work with browsers.
This package provides the classes that allow you to work with browser callback.
-
Uses of PresentationRequest in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return types with arguments of type PresentationRequestModifier and TypeMethodDescriptionBrowser.defaultPresentationRequest()
Returns the default JavaScriptPresentationRequest
specified on the page. -
Uses of PresentationRequest in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return PresentationRequestModifier and TypeMethodDescriptiondefault PresentationRequest
StartPresentationCallback.Params.presentationRequest()
Returns the JavaScriptPresentationRequest
initiated this presentation.