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 a resource identified by the given
params . |
void |
Navigation.loadUrlAndWait(LoadUrlParams params)
Loads a resource identified by the given
params and blocks current thread execution
until the main frame of the resource is loaded completely or a timeout is reached. |
void |
Navigation.loadUrlAndWait(LoadUrlParams params,
Timestamp timeout)
Loads a resource identified by the given
params and blocks current thread execution
until the main frame of the resource is loaded completely or the given timeoutInSeconds is reached. |