se.cambio.cds.gdl.editor.controller.sw
Class CompileGuideSW

Package class diagram package CompileGuideSW
java.lang.Object
  extended by javax.swing.SwingWorker<Object,Object>
      extended by se.cambio.cds.util.CDSSwingWorker
          extended by se.cambio.cds.gdl.editor.controller.sw.CompileGuideSW
All Implemented Interfaces:
Runnable, Future<Object>, RunnableFuture<Object>

public class CompileGuideSW
extends CDSSwingWorker


Nested Class Summary
 
Nested classes/interfaces inherited from class javax.swing.SwingWorker
SwingWorker.StateValue
 
Constructor Summary
CompileGuideSW(GDLEditor controller)
           
 
Method Summary
protected  void done()
           
protected  void executeCDSSW()
           
 byte[] getCompiledGuide()
           
 GDLEditor getController()
           
 String getErrorMsg()
           
 
Methods inherited from class se.cambio.cds.util.CDSSwingWorker
doInBackground
 
Methods inherited from class javax.swing.SwingWorker
addPropertyChangeListener, cancel, 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

CompileGuideSW

public CompileGuideSW(GDLEditor controller)
Method Detail

executeCDSSW

protected void executeCDSSW()
                     throws InternalErrorException
Specified by:
executeCDSSW in class CDSSwingWorker
Throws:
InternalErrorException

getCompiledGuide

public byte[] getCompiledGuide()

getErrorMsg

public String getErrorMsg()

getController

public GDLEditor getController()

done

protected void done()
Overrides:
done in class SwingWorker<Object,Object>


Copyright © 2013 Cambio. All Rights Reserved.