protected class WeblichtChainView.WebserviceJob
extends javax.swing.SwingWorker<de.tuebingen.uni.sfs.wlf1.io.TextCorpusStreamed,java.lang.Object>
implements de.ims.icarus.util.id.Identity
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
input |
protected Webchain |
webchain |
Constructor and Description |
---|
WeblichtChainView.WebserviceJob(Webchain webchain,
java.lang.String input) |
Modifier and Type | Method and Description |
---|---|
protected de.tuebingen.uni.sfs.wlf1.io.TextCorpusStreamed |
doInBackground() |
protected void |
done() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription() |
javax.swing.Icon |
getIcon() |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.Object |
getOwner() |
protected Webchain webchain
protected java.lang.String input
public WeblichtChainView.WebserviceJob(Webchain webchain, java.lang.String input)
webchain
- input
- public java.lang.String getId()
getId
in interface de.ims.icarus.util.id.Identity
Identity.getId()
public java.lang.String getName()
getName
in interface de.ims.icarus.util.id.Identity
Identity.getName()
public java.lang.String getDescription()
getDescription
in interface de.ims.icarus.util.id.Identity
Identity.getDescription()
public javax.swing.Icon getIcon()
getIcon
in interface de.ims.icarus.util.id.Identity
Identity.getIcon()
public java.lang.Object getOwner()
getOwner
in interface de.ims.icarus.util.id.Identity
Identity.getOwner()
protected de.tuebingen.uni.sfs.wlf1.io.TextCorpusStreamed doInBackground() throws java.lang.Exception
doInBackground
in class javax.swing.SwingWorker<de.tuebingen.uni.sfs.wlf1.io.TextCorpusStreamed,java.lang.Object>
java.lang.Exception
SwingWorker.doInBackground()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
protected void done()
done
in class javax.swing.SwingWorker<de.tuebingen.uni.sfs.wlf1.io.TextCorpusStreamed,java.lang.Object>