MovieLibrary
Class DroppableTable.Task

java.lang.Object
  extended by javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
      extended by MovieLibrary.DroppableTable.Task
All Implemented Interfaces:
java.lang.Runnable, java.util.concurrent.Future<java.lang.Void>, java.util.concurrent.RunnableFuture<java.lang.Void>
Enclosing class:
DroppableTable

public class DroppableTable.Task
extends javax.swing.SwingWorker<java.lang.Void,java.lang.Void>

Task which is excuted in the background to import files dragged in the table

Author:
Alex Della-Croce

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
javax.swing.SwingWorker.StateValue
 
Constructor Summary
DroppableTable.Task()
           
 
Method Summary
 java.lang.Void doInBackground()
           
 void done()
           
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, removePropertyChangeListener, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DroppableTable.Task

public DroppableTable.Task()
Method Detail

doInBackground

public java.lang.Void doInBackground()
Specified by:
doInBackground in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>

done

public void done()
Overrides:
done in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>