Uses of Enum Class
com.teamdev.jxbrowser.plugin.PluginType
Package
Description
Contains classes and interfaces for filtering the available plugins.
-
Uses of PluginType in com.teamdev.jxbrowser.plugin
Modifier and TypeMethodDescriptionstatic PluginType
PluginType.forNumber
(int value) default PluginType
Plugin.type()
Returns the plugin type.static PluginType
PluginType.valueOf
(int value) Deprecated.static PluginType
PluginType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static PluginType
Returns the enum constant of this class with the specified name.static PluginType[]
PluginType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PluginType>
PluginType.internalGetValueMap()