Uses of Interface
com.teamdev.jxbrowser.frame.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
Modifier 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
Modifier 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. -
Uses of Frame in com.teamdev.jxbrowser.browser.event
Modifier 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
-
Uses of Frame in com.teamdev.jxbrowser.dom
-
Uses of Frame in com.teamdev.jxbrowser.frame
Modifier 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
-
Uses of Frame in com.teamdev.jxbrowser.permission.callback