Package common.swingworker

Java 5 SwingWorker class (deprecated)

See:
          Description

Class Summary
SwingPropertyChangeSupport This subclass of java.beans.PropertyChangeSupport is almost identical in functionality.
SwingWorker<T,V> Deprecated. use javax.swing.SwingWorker, as of Java 1.6.
 

Enum Summary
SwingWorker.StateValue Values for the state bound property.
 

Package common.swingworker Description

Java 5 SwingWorker class (deprecated)

These classes were added to CommonControls so that jEdit could use them and still support pre-1.5 versions of the JRE. Since jEdit now requires JRE 1.7, these classes are older versions of those that are maintained in the JRE. Therefore, it is better to use javax.swing.SwingWorker.