Package | Description |
---|---|
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.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.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 | |
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 . |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
default Browser |
SpellCheckCompleted.browser() |
default Browser |
FocusGained.browser() |
default Browser |
FocusLost.browser() |
Browser |
BrowserEvent.browser()
Returns the
Browser instance initiated this event. |
default Browser |
BrowserBecameUnresponsive.browser() |
default Browser |
FullScreenExited.browser() |
default Browser |
UpdateBoundsRequested.browser() |
default Browser |
BrowserBecameResponsive.browser() |
default Browser |
RenderProcessStarted.browser() |
default Browser |
FrameCreated.browser() |
default Browser |
StatusChanged.browser() |
default Browser |
RenderProcessTerminated.browser() |
default Browser |
FocusRequested.browser() |
default Browser |
FaviconChanged.browser() |
default Browser |
BrowserClosed.browser() |
default Browser |
TitleChanged.browser() |
default Browser |
FullScreenEntered.browser() |
default Browser |
ConsoleMessageReceived.browser() |
default Browser |
FrameDeleted.browser() |
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.defaultTimeoutInSeconds() . |
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 |
---|---|
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.defaultTimeoutInSeconds() . |
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 |
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. |