Package | Description |
---|---|
com.teamdev.jxbrowser.navigation |
Contains classes and interfaces for working with navigation.
|
Modifier and Type | Method and Description |
---|---|
static PageType |
PageType.forNumber(int value) |
default PageType |
NavigationEntry.pageType()
Returns the page type that tells if this entry is for an interstitial or error page.
|
static PageType |
PageType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PageType |
PageType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PageType |
PageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageType[] |
PageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<PageType> |
PageType.internalGetValueMap() |