Uses of Enum Class
com.teamdev.jxbrowser.plugin.PluginType
Packages that use PluginType
Package
Description
Contains classes and interfaces for filtering the available plugins.
-
Uses of PluginType in com.teamdev.jxbrowser.plugin
Methods in com.teamdev.jxbrowser.plugin that return PluginTypeModifier 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.Methods in com.teamdev.jxbrowser.plugin that return types with arguments of type PluginTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<PluginType>
PluginType.internalGetValueMap()