Uses of Interface
com.teamdev.jxbrowser.browser.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
-
Uses of Browser in com.teamdev.jxbrowser.browser.callback
Modifier 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.Modifier 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
Modifier 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
-
Uses of Browser in com.teamdev.jxbrowser.devtools
-
Uses of Browser in com.teamdev.jxbrowser.engine
Modifier and TypeMethodDescriptionEngine.newBrowser()
Creates a newBrowser
instance under the default profile and navigates it to the "about:blank" web page within theNavigation.defaultTimeout()
. -
Uses of Browser in com.teamdev.jxbrowser.frame
-
Uses of Browser in com.teamdev.jxbrowser.fullscreen
-
Uses of Browser in com.teamdev.jxbrowser.media
-
Uses of Browser in com.teamdev.jxbrowser.media.callback
-
Uses of Browser in com.teamdev.jxbrowser.net
-
Uses of Browser in com.teamdev.jxbrowser.net.callback
-
Uses of Browser in com.teamdev.jxbrowser.profile
Modifier and TypeMethodDescriptionProfile.newBrowser()
Creates a newBrowser
instance under this profile and navigates it to the "about:blank" web page within theNavigation.defaultTimeout()
. -
Uses of Browser in com.teamdev.jxbrowser.search
-
Uses of Browser in com.teamdev.jxbrowser.view.javafx
Modifier and TypeMethodDescriptionBrowserView.getBrowser()
Returns theBrowser
instance associated with the current view.Modifier 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
Modifier and TypeMethodDescriptionBrowserView.getBrowser()
Returns theBrowser
instance associated with the current view.Modifier 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
Modifier and TypeMethodDescriptionBrowserView.getBrowser()
Returns theBrowser
instance of the current view.Modifier 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