JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.teamdev.jxbrowser.navigation.NavigationEntry
Packages that use
NavigationEntry
Package
Description
com.teamdev.jxbrowser.navigation
Contains classes and interfaces for working with navigation.
Uses of
NavigationEntry
in
com.teamdev.jxbrowser.navigation
Methods in
com.teamdev.jxbrowser.navigation
that return
NavigationEntry
Modifier and Type
Method
Description
NavigationEntry
Navigation.
entryAtIndex
(int index)
Returns an
Optional
that contains the
NavigationEntry
instance for the given
index
in the back-forward list, otherwise an empty
Optional
.