Package | Description |
---|---|
com.teamdev.jxbrowser.browser |
This package provides the classes that allow you to work with browsers.
|
Modifier and Type | Method and Description |
---|---|
static SavePageType |
SavePageType.forNumber(int value) |
static SavePageType |
SavePageType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SavePageType |
SavePageType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SavePageType |
SavePageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SavePageType[] |
SavePageType.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<SavePageType> |
SavePageType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
Browser.saveWebPage(java.nio.file.Path htmlFilePath,
java.nio.file.Path resourcesDir,
SavePageType saveType)
Initiates the saving process of the currently loaded web page.
|