Package | Description |
---|---|
com.teamdev.jxbrowser.plugin |
Contains classes and interfaces for filtering the available plugins.
|
Modifier and Type | Method and Description |
---|---|
static PluginType |
PluginType.forNumber(int value) |
default PluginType |
Plugin.type()
Returns the plugin type.
|
static PluginType |
PluginType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PluginType |
PluginType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PluginType |
PluginType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginType[] |
PluginType.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<PluginType> |
PluginType.internalGetValueMap() |