Uses of Interface
com.teamdev.jxbrowser.browser.Browser
Packages that use Browser
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 provides the classes that allow you to work with Chromium Developer Tools.
This package provides the classes that allow you to work with engines.
This package provides the classes that allow you to work with frames in browser.
Provides interfaces and classes for working with media content and devices.
The media callbacks.
Contains classes and interfaces for working with navigation.
Contains classes and interfaces for working with network.
The network service callbacks.
Contains interfaces for working with Chromium profiles.
Provides the classes and interfaces for working with search functionality.
Contains a JavaFX UI component that displays content of
Browser
.Contains a Swing UI component that displays content of
Browser
.Contains an SWT UI component that displays content of
Browser
.This package contains the classes and interfaces for working with zoom on the web pages.
-
Uses of Browser in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return Browser -
Uses of Browser in com.teamdev.jxbrowser.browser.callback
Methods in com.teamdev.jxbrowser.browser.callback that return BrowserModifier and TypeMethodDescriptiondefault Browser
ShowContextMenuCallback.Params.browser()
Returns theBrowser
instance requested to display this context menu.default Browser
StartPresentationCallback.Params.browser()
Returns the browser that starts the presentation.default Browser
OpenPopupCallback.Params.popupBrowser()
Returns the popupBrowser
instance that has been created.Methods in com.teamdev.jxbrowser.browser.callback with parameters of type BrowserModifier and TypeMethodDescriptionvoid
StartCaptureSessionCallback.Action.selectSource
(Browser browser, AudioCaptureMode audioCaptureMode) Tells the browser to use the given browser as the capture source. -
Uses of Browser in com.teamdev.jxbrowser.browser.event
Methods in com.teamdev.jxbrowser.browser.event that return BrowserModifier and TypeMethodDescriptiondefault Browser
BrowserBecameResponsive.browser()
default Browser
BrowserBecameUnresponsive.browser()
default Browser
BrowserClosed.browser()
BrowserEvent.browser()
Returns theBrowser
instance initiated this event.default Browser
CaptureSessionStarted.browser()
default Browser
ConsoleMessageReceived.browser()
default Browser
FaviconChanged.browser()
default Browser
FocusGained.browser()
default Browser
FocusLost.browser()
default Browser
FocusRequested.browser()
default Browser
FrameCreated.browser()
default Browser
FrameDeleted.browser()
default Browser
MediaStreamCaptureStarted.browser()
default Browser
MediaStreamCaptureStopped.browser()
default Browser
PrintPreviewClosed.browser()
default Browser
PrintPreviewOpened.browser()
default Browser
RenderProcessStarted.browser()
default Browser
RenderProcessTerminated.browser()
default Browser
SpellCheckCompleted.browser()
default Browser
StatusChanged.browser()
default Browser
TitleChanged.browser()
default Browser
UpdateBoundsRequested.browser()
-
Uses of Browser in com.teamdev.jxbrowser.cast.event
Methods in com.teamdev.jxbrowser.cast.event that return Browser -
Uses of Browser in com.teamdev.jxbrowser.devtools
Methods in com.teamdev.jxbrowser.devtools that return Browser -
Uses of Browser in com.teamdev.jxbrowser.engine
Methods in com.teamdev.jxbrowser.engine that return BrowserModifier and TypeMethodDescriptionEngine.newBrowser()
Creates a newBrowser
instance under the default profile and navigates it to the "about:blank" web page within theNavigation.defaultTimeout()
.Methods in com.teamdev.jxbrowser.engine that return types with arguments of type Browser -
Uses of Browser in com.teamdev.jxbrowser.frame
Methods in com.teamdev.jxbrowser.frame that return Browser -
Uses of Browser in com.teamdev.jxbrowser.fullscreen
Methods in com.teamdev.jxbrowser.fullscreen that return Browser -
Uses of Browser in com.teamdev.jxbrowser.media
Methods in com.teamdev.jxbrowser.media that return Browser -
Uses of Browser in com.teamdev.jxbrowser.media.callback
Methods in com.teamdev.jxbrowser.media.callback that return Browser -
Uses of Browser in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return types with arguments of type Browser -
Uses of Browser in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback that return types with arguments of type Browser -
Uses of Browser in com.teamdev.jxbrowser.profile
Methods in com.teamdev.jxbrowser.profile that return BrowserModifier and TypeMethodDescriptionProfile.newBrowser()
Creates a newBrowser
instance under this profile and navigates it to the "about:blank" web page within theNavigation.defaultTimeout()
.Methods in com.teamdev.jxbrowser.profile that return types with arguments of type Browser -
Uses of Browser in com.teamdev.jxbrowser.search
Methods in com.teamdev.jxbrowser.search that return Browser -
Uses of Browser in com.teamdev.jxbrowser.view.javafx
Methods in com.teamdev.jxbrowser.view.javafx that return BrowserModifier and TypeMethodDescriptionBrowserView.getBrowser()
Returns theBrowser
instance associated with the current view.Methods in com.teamdev.jxbrowser.view.javafx with parameters of type BrowserModifier and TypeMethodDescriptionstatic BrowserView
BrowserView.newInstance
(Browser browser) Creates a newBrowserView
instance that displays the givenbrowser
instance. -
Uses of Browser in com.teamdev.jxbrowser.view.swing
Methods in com.teamdev.jxbrowser.view.swing that return BrowserModifier and TypeMethodDescriptionBrowserView.getBrowser()
Returns theBrowser
instance associated with the current view.Methods in com.teamdev.jxbrowser.view.swing with parameters of type BrowserModifier and TypeMethodDescriptionstatic BrowserView
BrowserView.newInstance
(Browser browser) Creates a newBrowserView
instance that displays the givenbrowser
instance. -
Uses of Browser in com.teamdev.jxbrowser.view.swt
Methods in com.teamdev.jxbrowser.view.swt that return BrowserModifier and TypeMethodDescriptionBrowserView.getBrowser()
Returns theBrowser
instance of the current view.Methods in com.teamdev.jxbrowser.view.swt with parameters of type BrowserModifier and TypeMethodDescriptionstatic BrowserView
BrowserView.newInstance
(org.eclipse.swt.widgets.Composite parent, Browser browser) Creates a newBrowserView
instance that displays the givenbrowser
instance. -
Uses of Browser in com.teamdev.jxbrowser.zoom
Methods in com.teamdev.jxbrowser.zoom that return Browser