public class TaskManager extends LogicManager
Modifier and Type | Field and Description |
---|---|
protected TaskControls |
taskControls
Tasks control panel.
|
bio
Constructor and Description |
---|
TaskManager(VisBioFrame bio)
Constructs a tasks manager.
|
Modifier and Type | Method and Description |
---|---|
BioTask |
createTask(String name)
Creates a new task with the given name.
|
void |
doEvent(VisBioEvent evt)
Called to notify the logic manager of a VisBio event.
|
TaskControls |
getControls()
Gets associated control panel.
|
int |
getTasks()
Gets the number of tasks required to initialize this logic manager.
|
void |
setCompleted(BioTask task)
Removes the given task from the task list.
|
getVisBio, restoreState, saveState
protected TaskControls taskControls
public TaskManager(VisBioFrame bio)
public void setCompleted(BioTask task)
public TaskControls getControls()
public void doEvent(VisBioEvent evt)
doEvent
in class LogicManager
public int getTasks()
getTasks
in class LogicManager
Copyright © 2015–2022 SciJava. All rights reserved.