public static final enum javax.swing
SwingWorker.StateValue


Hide details Login
Java SE 6
  
Extends: Enum
Contained within: SwingWorker

Values for the state bound property.
since1.6

Enum constants
final public static SwingWorker.StateValue PENDING
Initial SwingWorker state.
final public static SwingWorker.StateValue STARTED
SwingWorker is STARTED before invoking doInBackground.
final public static SwingWorker.StateValue DONE
SwingWorker is DONE after doInBackground method is finished.

Methods
public static SwingWorker.StateValue valueOf(String name)
public static SwingWorker.StateValue[] values()