Package | Description |
---|---|
com.teamdev.jxbrowser.navigation |
Contains classes and interfaces for working with navigation.
|
Modifier and Type | Method and Description |
---|---|
LoadUrlParams |
LoadUrlParams.Builder.build()
Returns a new
LoadUrlParams instance built from the current state of this
builder. |
Modifier and Type | Method and Description |
---|---|
void |
Navigation.loadUrl(LoadUrlParams params)
Navigates to the resource identified by the given
params . |
void |
Navigation.loadUrlAndWait(LoadUrlParams params)
Loads the resource identified by the given
params and blocks the current thread
execution until the main frame of the resource is loaded completely or the
Navigation.defaultTimeout() is reached. |
void |
Navigation.loadUrlAndWait(LoadUrlParams params,
java.time.Duration timeout)
Loads a resource identified by the given
params and blocks the current thread
execution until the main frame of the resource is loaded completely or the given timeout is reached. |