|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.swing.SwingWorker<java.lang.Void,java.lang.Void>
edu.jhu.ece.iacl.jist.pipeline.PipeLibrary.RebuildTask
public static class PipeLibrary.RebuildTask
Worker to rebuild library from module definitions in the library directory.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.SwingWorker |
|---|
javax.swing.SwingWorker.StateValue |
| Field Summary | |
|---|---|
protected java.awt.Component |
parent
The parent. |
protected boolean |
remove
The remove. |
| Constructor Summary | |
|---|---|
PipeLibrary.RebuildTask(java.awt.Component parent,
boolean remove)
Instantiates a new rebuild task. |
|
| Method Summary | |
|---|---|
protected java.lang.Void |
doInBackground()
Rebuild library in background. |
| 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 |
| Field Detail |
|---|
protected java.awt.Component parent
protected boolean remove
| Constructor Detail |
|---|
public PipeLibrary.RebuildTask(java.awt.Component parent,
boolean remove)
parent - the parentremove - the remove| Method Detail |
|---|
protected java.lang.Void doInBackground()
doInBackground in class javax.swing.SwingWorker<java.lang.Void,java.lang.Void>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||