A C D E F G I O P R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingworker.SwingWorker
-
Adds a
PropertyChangeListener
to the listener list.
C
- cancel(boolean) - Method in class org.jdesktop.swingworker.SwingWorker
D
- doInBackground() - Method in class org.jdesktop.swingworker.SwingWorker
-
Computes a result, or throws an exception if unable to do so.
- done() - Method in class org.jdesktop.swingworker.SwingWorker
-
Executed on the Event Dispatch Thread after the
doInBackground
method is finished. - DONE - org.jdesktop.swingworker.SwingWorker.StateValue
-
SwingWorker
isDONE
afterdoInBackground
method is finished.
E
- execute() - Method in class org.jdesktop.swingworker.SwingWorker
-
Schedules this
SwingWorker
for execution on a worker thread.
F
- firePropertyChange(PropertyChangeEvent) - Method in class org.jdesktop.swingworker.SwingPropertyChangeSupport
- firePropertyChange(String, Object, Object) - Method in class org.jdesktop.swingworker.SwingWorker
-
Reports a bound property update to any registered listeners.
G
- get() - Method in class org.jdesktop.swingworker.SwingWorker
- get(long, TimeUnit) - Method in class org.jdesktop.swingworker.SwingWorker
- getProgress() - Method in class org.jdesktop.swingworker.SwingWorker
-
Returns the
progress
bound property. - getPropertyChangeSupport() - Method in class org.jdesktop.swingworker.SwingWorker
-
Returns the
PropertyChangeSupport
for thisSwingWorker
. - getState() - Method in class org.jdesktop.swingworker.SwingWorker
-
Returns the
SwingWorker
state bound property.
I
- isCancelled() - Method in class org.jdesktop.swingworker.SwingWorker
- isDone() - Method in class org.jdesktop.swingworker.SwingWorker
- isNotifyOnEDT() - Method in class org.jdesktop.swingworker.SwingPropertyChangeSupport
-
Returns
notifyOnEDT
property.
O
- org.jdesktop.swingworker - package org.jdesktop.swingworker
P
- PENDING - org.jdesktop.swingworker.SwingWorker.StateValue
-
Initial
SwingWorker
state. - process(List<V>) - Method in class org.jdesktop.swingworker.SwingWorker
-
Receives data chunks from the
publish
method asynchronously on the Event Dispatch Thread. - publish(V...) - Method in class org.jdesktop.swingworker.SwingWorker
-
Sends data chunks to the
SwingWorker.process(java.util.List<V>)
method.
R
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.jdesktop.swingworker.SwingWorker
-
Removes a
PropertyChangeListener
from the listener list. - run() - Method in class org.jdesktop.swingworker.SwingWorker
-
Sets this
Future
to the result of computation unless it has been cancelled.
S
- setProgress(int) - Method in class org.jdesktop.swingworker.SwingWorker
-
Sets the
progress
bound property. - STARTED - org.jdesktop.swingworker.SwingWorker.StateValue
-
SwingWorker
isSTARTED
before invokingdoInBackground
. - SwingPropertyChangeSupport - Class in org.jdesktop.swingworker
-
This subclass of
java.beans.PropertyChangeSupport
is almost identical in functionality. - SwingPropertyChangeSupport(Object) - Constructor for class org.jdesktop.swingworker.SwingPropertyChangeSupport
-
Constructs a SwingPropertyChangeSupport object.
- SwingPropertyChangeSupport(Object, boolean) - Constructor for class org.jdesktop.swingworker.SwingPropertyChangeSupport
-
Constructs a SwingPropertyChangeSupport object.
- SwingWorker<T,V> - Class in org.jdesktop.swingworker
-
An abstract class to perform lengthy GUI-interacting tasks in a dedicated thread.
- SwingWorker() - Constructor for class org.jdesktop.swingworker.SwingWorker
-
Constructs this
SwingWorker
. - SwingWorker.StateValue - Enum in org.jdesktop.swingworker
-
Values for the
state
bound property.
V
- valueOf(String) - Static method in enum org.jdesktop.swingworker.SwingWorker.StateValue
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jdesktop.swingworker.SwingWorker.StateValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages