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.
The screencast 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 Chrome extensions.
This package provides the classes that allow you to work with extension callbacks.
This package provides the classes that allow you to work with extension events.
This package provides the classes that allow you to work with frames in browser.
This package provides the classes that allow managing the fullscreen mode
in the 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 BrowserShowContextMenuCallback.Params.browser()Returns theBrowserinstance requested to display this context menu.default BrowserStartPresentationCallback.Params.browser()Returns the browser that starts the presentation.default BrowserOpenExtensionActionPopupCallback.Params.popupBrowser()Returns the popup browser created for the extension action.default BrowserOpenPopupCallback.Params.popupBrowser()Returns the popupBrowserinstance that has been created.Methods in com.teamdev.jxbrowser.browser.callback with parameters of type BrowserModifier and TypeMethodDescriptionvoidStartCaptureSessionCallback.Action.selectSource(Browser browser, AudioCaptureMode audioCaptureMode) Tells the browser to use the given browser as the capture source.voidStartCaptureSessionCallback.Action.selectSource(Browser browser, AudioCaptureMode audioCaptureMode, NotificationVisibility notificationVisibility) Overloaded version ofStartCaptureSessionCallback.Action.selectSource(Browser, AudioCaptureMode)that allows specifying whether to show a notification during capture. -
Uses of Browser in com.teamdev.jxbrowser.browser.event
Methods in com.teamdev.jxbrowser.browser.event that return BrowserModifier and TypeMethodDescriptiondefault BrowserBrowserBecameResponsive.browser()default BrowserBrowserBecameUnresponsive.browser()default BrowserBrowserClosed.browser()BrowserEvent.browser()Returns theBrowserinstance initiated this event.default BrowserCaptureSessionStarted.browser()default BrowserConsoleMessageReceived.browser()default BrowserFaviconChanged.browser()default BrowserFocusGained.browser()default BrowserFocusLost.browser()default BrowserFocusRequested.browser()default BrowserFrameCreated.browser()default BrowserFrameDeleted.browser()default BrowserMediaStreamCaptureStarted.browser()default BrowserMediaStreamCaptureStopped.browser()default BrowserPrintPreviewClosed.browser()default BrowserPrintPreviewOpened.browser()default BrowserRenderProcessStarted.browser()default BrowserRenderProcessTerminated.browser()default BrowserSpellCheckCompleted.browser()default BrowserStatusChanged.browser()default BrowserTitleChanged.browser()default BrowserUpdateBoundsRequested.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 newBrowserinstance 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.extensions
Methods in com.teamdev.jxbrowser.extensions with parameters of type BrowserModifier and TypeMethodDescriptionReturns the extension action for the givenbrowseror an emptyOptionalif the extension does not have an action. -
Uses of Browser in com.teamdev.jxbrowser.extensions.callback
Methods in com.teamdev.jxbrowser.extensions.callback that return BrowserModifier and TypeMethodDescriptiondefault BrowserOpenExtensionPopupCallback.Params.popupBrowser()Returns the popup browser that is about to be opened. -
Uses of Browser in com.teamdev.jxbrowser.extensions.event
Methods in com.teamdev.jxbrowser.extensions.event that return 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 newBrowserinstance 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 theBrowserinstance associated with the current view.Methods in com.teamdev.jxbrowser.view.javafx with parameters of type BrowserModifier and TypeMethodDescriptionstatic BrowserViewBrowserView.newInstance(Browser browser) Creates a newBrowserViewinstance that displays the givenbrowserinstance. -
Uses of Browser in com.teamdev.jxbrowser.view.swing
Methods in com.teamdev.jxbrowser.view.swing that return BrowserModifier and TypeMethodDescriptionBrowserView.getBrowser()Returns theBrowserinstance associated with the current view.Methods in com.teamdev.jxbrowser.view.swing with parameters of type BrowserModifier and TypeMethodDescriptionstatic BrowserViewBrowserView.newInstance(Browser browser) Creates a newBrowserViewinstance that displays the givenbrowserinstance. -
Uses of Browser in com.teamdev.jxbrowser.view.swt
Methods in com.teamdev.jxbrowser.view.swt that return BrowserModifier and TypeMethodDescriptionBrowserView.getBrowser()Returns theBrowserinstance of the current view.Methods in com.teamdev.jxbrowser.view.swt with parameters of type BrowserModifier and TypeMethodDescriptionstatic BrowserViewBrowserView.newInstance(org.eclipse.swt.widgets.Composite parent, Browser browser) Creates a newBrowserViewinstance that displays the givenbrowserinstance. -
Uses of Browser in com.teamdev.jxbrowser.zoom
Methods in com.teamdev.jxbrowser.zoom that return Browser