Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser events.
|
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.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 . |
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 |
BrowserBecameResponsive.browser() |
default Browser |
BrowserBecameUnresponsive.browser() |
default Browser |
BrowserClosed.browser() |
Browser |
BrowserEvent.browser()
Returns the
Browser instance initiated this event. |
default Browser |
ConsoleMessageReceived.browser() |
default Browser |
FocusGained.browser() |
default Browser |
FocusLost.browser() |
default Browser |
FrameCreated.browser() |
default Browser |
FrameDeleted.browser() |
default Browser |
FullScreenEntered.browser() |
default Browser |
FullScreenExited.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() |
Modifier and Type | Method and Description |
---|---|
Browser |
Engine.newBrowser()
Creates a new
Browser instance with the initial "about:blank" web page. |
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 this engine or an empty list if this engine does not have any alive Browser . |
Modifier and Type | Method and Description |
---|---|
Browser |
Frame.browser()
Returns the
Browser instance of this frame. |
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 will display the passed 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 will display the passed browser
instance. |