Class JListPopupMenu.DepndencyResolverListener.ClassResolutionInBackground
java.lang.Object
javax.swing.SwingWorker<String,Void>
org.jrd.frontend.frame.main.popup.JListPopupMenu.DepndencyResolverListener.ClassResolutionInBackground
- All Implemented Interfaces:
Runnable
,Future<String>
,RunnableFuture<String>
- Enclosing class:
JListPopupMenu.DepndencyResolverListener
private class JListPopupMenu.DepndencyResolverListener.ClassResolutionInBackground
extends SwingWorker<String,Void>
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
ClassResolutionInBackground
private ClassResolutionInBackground()
-
-
Method Details
-
doInBackground
- Specified by:
doInBackground
in classSwingWorker<String,
Void> - Throws:
Exception
-