T
- can either be SBMLDocument
or Sbgn
.public class EscherConverterWorker<T> extends SwingWorker<T,Void>
SwingWorker.StateValue
Modifier and Type | Field and Description |
---|---|
static ResourceBundle |
bundle
Localization support.
|
Constructor and Description |
---|
EscherConverterWorker(EscherMap map,
Class<? extends T> format,
de.zbit.util.prefs.SBProperties properties) |
Modifier and Type | Method and Description |
---|---|
protected T |
doInBackground() |
addPropertyChangeListener, cancel, done, execute, firePropertyChange, get, get, getProgress, getPropertyChangeSupport, getState, isCancelled, isDone, process, publish, removePropertyChangeListener, run, setProgress
public static final ResourceBundle bundle
public EscherConverterWorker(EscherMap map, Class<? extends T> format, de.zbit.util.prefs.SBProperties properties)
map
- The EscherMap
to be convertedformat
- The format the map
is to be converted to (either SBMLDocument
or Sbgn
)properties
- Command line argumentsprotected T doInBackground() throws Exception
doInBackground
in class SwingWorker<T,Void>
Exception
Copyright © 2015–2019 University of Tübingen. All rights reserved.