Uses of Enum Class
com.teamdev.jxbrowser.suggestions.SuggestionsPopupType
Packages that use SuggestionsPopupType
-
Uses of SuggestionsPopupType in com.teamdev.jxbrowser.suggestions
Methods in com.teamdev.jxbrowser.suggestions that return SuggestionsPopupTypeModifier and TypeMethodDescriptionstatic SuggestionsPopupType
SuggestionsPopupType.forNumber
(int value) static SuggestionsPopupType
SuggestionsPopupType.valueOf
(int value) Deprecated.static SuggestionsPopupType
SuggestionsPopupType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static SuggestionsPopupType
Returns the enum constant of this class with the specified name.static SuggestionsPopupType[]
SuggestionsPopupType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.teamdev.jxbrowser.suggestions that return types with arguments of type SuggestionsPopupTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SuggestionsPopupType>
SuggestionsPopupType.internalGetValueMap()