JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Enum Class
com.teamdev.jxbrowser.navigation.PageType
Packages that use
PageType
Package
Description
com.teamdev.jxbrowser.navigation
Contains classes and interfaces for working with navigation.
Uses of
PageType
in
com.teamdev.jxbrowser.navigation
Methods in
com.teamdev.jxbrowser.navigation
that return
PageType
Modifier and Type
Method
Description
default
PageType
NavigationEntry.
pageType
()
Returns the page type that tells if this entry is for an interstitial or error page.
static
PageType
PageType.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
PageType
[]
PageType.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.