se.cambio.cds.util
Class CDSSwingWorker

Package class diagram package CDSSwingWorker
java.lang.Object
  extended by javax.swing.SwingWorker<Object,Object>
      extended by se.cambio.cds.util.CDSSwingWorker
All Implemented Interfaces:
Runnable, Future<Object>, RunnableFuture<Object>
Direct Known Subclasses:
CompileGuideSW, LoadEditorSW, LoadGuideFromFileRSW, SaveGuideOnFileRSW

public abstract class CDSSwingWorker
extends SwingWorker<Object,Object>


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
 
Constructor Summary
CDSSwingWorker()
           
 
Method Summary
protected  Object doInBackground()
           
protected abstract  void executeCDSSW()
           
 
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
 

Constructor Detail

CDSSwingWorker

public CDSSwingWorker()
Method Detail

doInBackground

protected final Object doInBackground()
                               throws Exception
Specified by:
doInBackground in class SwingWorker<Object,Object>
Throws:
Exception

executeCDSSW

protected abstract void executeCDSSW()
                              throws InternalErrorException
Throws:
InternalErrorException


Copyright © 2013 Cambio. All Rights Reserved.