Uses of Enum Class
javax.swing.text.html.FormSubmitEvent.MethodType
Package
Description
Provides the class
HTMLEditorKit
and supporting classes for creating
HTML text editors.-
Uses of FormSubmitEvent.MethodType in javax.swing.text.html
Modifier and TypeClassDescriptionstatic enum
Represents an HTML form method type.Modifier and TypeMethodDescriptionFormSubmitEvent.getMethod()
Gets the form method type.static FormSubmitEvent.MethodType
Returns the enum constant of this class with the specified name.static FormSubmitEvent.MethodType[]
FormSubmitEvent.MethodType.values()
Returns an array containing the constants of this enum class, in the order they are declared.