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.
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 anOptional
that contains the focusedFrame
on 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 anOptional
that contains the mainFrame
of 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 Frame
InjectCssCallback.Params.frame()
Returns theFrame
instance of the created document.default Frame
InjectJsCallback.Params.frame()
Returns theFrame
instance of the created document.default Frame
RequestPdfDocumentPasswordCallback.Params.frame()
Returns theFrame
instance that requests the password for PDF document.default Frame
StartCaptureSessionCallback.Params.frame()
Returns theFrame
instance that requests the content capture.Methods in com.teamdev.jxbrowser.browser.callback that return types with arguments of type Frame -
Uses of Frame in com.teamdev.jxbrowser.browser.event
Methods in com.teamdev.jxbrowser.browser.event that return FrameModifier and TypeMethodDescriptiondefault Frame
FrameCreated.frame()
Returns theFrame
instance that has been created.default Frame
FrameDeleted.frame()
Returns theFrame
instance that has been deleted.default Frame
SpellCheckCompleted.frame()
Returns theFrame
instance 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 anOptional
that contains the parentFrame
instance or an emptyOptional
if 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