Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.media |
Provides interfaces and classes for working with media content and devices.
|
Modifier and Type | Method and Description |
---|---|
default MediaType |
ShowContextMenuCallback.Params.mediaType()
Returns the media type of the node the context menu is invoked on.
|
Modifier and Type | Method and Description |
---|---|
static MediaType |
MediaType.forNumber(int value) |
static MediaType |
MediaType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MediaType |
MediaType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MediaType |
MediaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaType[] |
MediaType.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<MediaType> |
MediaType.internalGetValueMap() |