Uses of Enum Class
javax.swing.SwingWorker.StateValue
Package
Description
Provides a set of "lightweight" (all-Java language) components
that, to the maximum degree possible, work the same on all platforms.
-
Uses of SwingWorker.StateValue in javax.swing
Modifier and TypeClassDescriptionstatic enum
Values for thestate
bound property.Modifier and TypeMethodDescriptionfinal SwingWorker.StateValue
SwingWorker.getState()
Returns theSwingWorker
state bound property.static SwingWorker.StateValue
Returns the enum constant of this class with the specified name.static SwingWorker.StateValue[]
SwingWorker.StateValue.values()
Returns an array containing the constants of this enum class, in the order they are declared.