Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.browser.event |
This package provides the classes that allow you to work with browser events.
|
com.teamdev.jxbrowser.cast.event | |
com.teamdev.jxbrowser.devtools |
This package provides the classes that allow you to work with Chromium Developer Tools.
|
com.teamdev.jxbrowser.engine |
This package provides the classes that allow you to work with engines.
|
com.teamdev.jxbrowser.frame |
This package provides the classes that allow you to work with frames in browser.
|
com.teamdev.jxbrowser.fullscreen | |
com.teamdev.jxbrowser.media |
Provides interfaces and classes for working with media content and devices.
|
com.teamdev.jxbrowser.media.callback |
The media callbacks.
|
com.teamdev.jxbrowser.navigation |
Contains classes and interfaces for working with navigation.
|
com.teamdev.jxbrowser.net |
Contains classes and interfaces for working with network.
|
com.teamdev.jxbrowser.net.callback |
The network service callbacks.
|
com.teamdev.jxbrowser.profile |
Contains interfaces for working with Chromium profiles.
|
com.teamdev.jxbrowser.search |
Provides the classes and interfaces for working with search functionality.
|
com.teamdev.jxbrowser.view.javafx |
Contains a JavaFX UI component that displays content of
Browser . |
com.teamdev.jxbrowser.view.swing |
Contains a Swing UI component that displays content of
Browser . |
com.teamdev.jxbrowser.view.swt |
Contains an SWT UI component that displays content of
Browser . |
com.teamdev.jxbrowser.zoom |
This package contains the classes and interfaces for working with zoom on the web pages.
|
Modifier and Type | Method and Description |
---|---|
Browser |
BrowserSettings.browser()
Returns the
Browser instance configured by this settings. |
Modifier and Type | Method and Description |
---|---|
default Browser |
StartPresentationCallback.Params.browser()
Returns the browser that starts the presentation.
|
default Browser |
ShowContextMenuCallback.Params.browser()
Returns the
Browser instance requested to display this context menu. |
default Browser |
OpenPopupCallback.Params.popupBrowser()
Returns the popup
Browser instance that has been created. |
Modifier and Type | Method and Description |
---|---|
void |
StartCaptureSessionCallback.Action.selectSource(Browser browser,
AudioCaptureMode audioCaptureMode)
Tells the browser to use the given browser as the capture source.
|
Modifier and Type | Method and Description |
---|---|
default Browser |
CaptureSessionStarted.browser() |
default Browser |
UpdateBoundsRequested.browser() |
default Browser |
BrowserBecameResponsive.browser() |
default Browser |
PrintPreviewClosed.browser() |
Browser |
BrowserEvent.browser()
Returns the
Browser instance initiated this event. |
default Browser |
FocusRequested.browser() |
default Browser |
FrameCreated.browser() |
default Browser |
FocusLost.browser() |
default Browser |
FaviconChanged.browser() |
default Browser |
RenderProcessTerminated.browser() |
default Browser |
MediaStreamCaptureStarted.browser() |
default Browser |
RenderProcessStarted.browser() |
default Browser |
TitleChanged.browser() |
default Browser |
BrowserClosed.browser() |
default Browser |
PrintPreviewOpened.browser() |
default Browser |
StatusChanged.browser() |
default Browser |
MediaStreamCaptureStopped.browser() |
default Browser |
ConsoleMessageReceived.browser() |
default Browser |
BrowserBecameUnresponsive.browser() |
default Browser |
FrameDeleted.browser() |
default Browser |
SpellCheckCompleted.browser() |
default Browser |
FocusGained.browser() |
Modifier and Type | Method and Description |
---|---|
default Browser |
CastSessionStartFailed.browser()
Returns the browser that requested to initiate the cast session.
|
Modifier and Type | Method and Description |
---|---|
Browser |
DevTools.browser()
Returns the
Browser that owns the dev tools. |
Modifier and Type | Method and Description |
---|---|
Browser |
Engine.newBrowser()
Creates a new
Browser instance under the default profile and navigates it to the
"about:blank" web page within the Navigation.defaultTimeout() . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Browser> |
Engine.browsers()
Returns an immutable list of alive
Browser instances including child popup browsers
for the default profile. |
Modifier and Type | Method and Description |
---|---|
Browser |
Frame.browser()
Returns the
Browser instance of this frame. |
Modifier and Type | Method and Description |
---|---|
Browser |
FullScreen.browser()
Returns the
Browser instance of this service. |
Modifier and Type | Method and Description |
---|---|
Browser |
Audio.browser()
Returns the
Browser instance of this audio. |
Modifier and Type | Method and Description |
---|---|
default Browser |
SelectMediaDeviceCallback.Params.browser()
Returns the
Browser instance requested to select a media input device. |
Modifier and Type | Method and Description |
---|---|
Browser |
Navigation.browser()
Returns the
Browser instance of this navigation. |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<Browser> |
UrlRequest.browser()
Returns an
Optional that contains the Browser instance initiated this request
or an empty Optional if it has not been determined or not available anymore. |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<Browser> |
AuthenticateCallback.Params.browser()
Returns an
Optional that contains the Browser instance initiated this
authentication request or an empty Optional if it has not been determined or not
available anymore. |
Modifier and Type | Method and Description |
---|---|
Browser |
Profile.newBrowser()
Creates a new
Browser instance under this profile and navigates it to the
"about:blank" web page within the Navigation.defaultTimeout() . |
Modifier and Type | Method and Description |
---|---|
java.util.List<Browser> |
Profile.browsers()
Returns an immutable list of alive
Browser instances including child popup browsers
for this profile or an empty list if the profile does not have any alive Browser . |
Modifier and Type | Method and Description |
---|---|
Browser |
TextFinder.browser()
Returns the
Browser instance of this text finder. |
Modifier and Type | Method and Description |
---|---|
Browser |
BrowserView.getBrowser()
Returns the
Browser instance associated with the current view. |
Modifier and Type | Method and Description |
---|---|
static BrowserView |
BrowserView.newInstance(Browser browser)
Creates a new
BrowserView instance that displays the given browser instance. |
Modifier and Type | Method and Description |
---|---|
Browser |
BrowserView.getBrowser()
Returns the
Browser instance associated with the current view. |
Modifier and Type | Method and Description |
---|---|
static BrowserView |
BrowserView.newInstance(Browser browser)
Creates a new
BrowserView instance that displays the given browser instance. |
Modifier and Type | Method and Description |
---|---|
Browser |
BrowserView.getBrowser()
Returns the
Browser instance of the current view. |
Modifier and Type | Method and Description |
---|---|
static BrowserView |
BrowserView.newInstance(org.eclipse.swt.widgets.Composite parent,
Browser browser)
Creates a new
BrowserView instance that displays the given browser instance. |
Modifier and Type | Method and Description |
---|---|
Browser |
Zoom.browser()
Returns the
Browser instance of this zoom. |