Uses of Interface
com.teamdev.jxbrowser.frame.Frame
Packages that use Frame
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.
This package provides the classes that allow you to work with browser events.
This package contains classes, that allow managing the screencast process.
Provides the interfaces and classes for the Document Object Model (DOM).
This package provides the classes that allow you to work with frames in browser.
This package provides classes that allow you to work with the JavaScript to Java bridge.
The navigation events.
The permission service callbacks.
-
Uses of Frame in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return types with arguments of type FrameModifier and TypeMethodDescriptionBrowser.focusedFrame()Returns anOptionalthat contains the focusedFrameon the currently loaded web page, otherwise an emptyOptional.Browser.frames()Returns all the frames on the currently loaded web page or an empty collection if the current browser did not load any web pages.Browser.mainFrame()Returns anOptionalthat contains the mainFrameof the currently loaded web page if it exists, otherwise an emptyOptional. -
Uses of Frame in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return FrameModifier and TypeMethodDescriptiondefault FrameInjectCssCallback.Params.frame()Returns theFrameinstance of the created document.default FrameInjectJsCallback.Params.frame()Returns theFrameinstance of the created document.default FrameRequestPdfDocumentPasswordCallback.Params.frame()Returns theFrameinstance that requests the password for PDF document.default FrameStartCaptureSessionCallback.Params.frame()Returns theFrameinstance that requests the content capture.Methods in com.teamdev.jxbrowser.browser.callback that return types with arguments of type FrameModifier and TypeMethodDescriptionShowContextMenuCallback.Params.frame()Returns theFrameinstance requested to display this context menu.StartDownloadCallback.Params.frame()Returns anOptionalthat contains theFrameinstance initiated this download or an emptyOptionalif the instance initiated this download was closed and not available anymore. -
Uses of Frame in com.teamdev.jxbrowser.browser.event
Methods in com.teamdev.jxbrowser.browser.event that return FrameModifier and TypeMethodDescriptiondefault FrameFrameCreated.frame()Returns theFrameinstance that has been created.default FrameFrameDeleted.frame()Returns theFrameinstance that has been deleted.default FrameSpellCheckCompleted.frame()Returns theFrameinstance in which spell checking has been completed. -
Uses of Frame in com.teamdev.jxbrowser.cast
Methods in com.teamdev.jxbrowser.cast that return Frame -
Uses of Frame in com.teamdev.jxbrowser.dom
Methods in com.teamdev.jxbrowser.dom that return Frame -
Uses of Frame in com.teamdev.jxbrowser.frame
Methods in com.teamdev.jxbrowser.frame that return types with arguments of type FrameModifier and TypeMethodDescriptionFrame.children()Returns the list of child frames or an empty list if this frame does not have any children.Frame.parent()Returns anOptionalthat contains the parentFrameinstance or an emptyOptionalif the current frame is a main (top-level) frame and it does not have a parent. -
Uses of Frame in com.teamdev.jxbrowser.js
Methods in com.teamdev.jxbrowser.js that return Frame -
Uses of Frame in com.teamdev.jxbrowser.permission.callback
Methods in com.teamdev.jxbrowser.permission.callback that return Frame