|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WorkflowInstanceSetViewSPI
Implementors present a view over a set of workflow instance models, creating appropriate progress and result displays.
| Method Summary | |
|---|---|
void |
newWorkflowInstance(java.lang.String modelName,
WorkflowInstance instance)
To be called when a new workflow instance is added to the model map in the ModelMap class. |
void |
removeWorkflowInstance(java.lang.String modelName)
Called when a instance is to be removed from the model map in the ModelMap class. |
| Methods inherited from interface org.embl.ebi.escience.scuflui.spi.UIComponentSPI |
|---|
getIcon, getName, onDisplay, onDispose |
| Method Detail |
|---|
void newWorkflowInstance(java.lang.String modelName,
WorkflowInstance instance)
modelName - instance - void removeWorkflowInstance(java.lang.String modelName)
modelName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||