Package | Description |
---|---|
loci.visbio | |
loci.visbio.data |
Modifier and Type | Method and Description |
---|---|
BioTask |
TaskManager.createTask(String name)
Creates a new task with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskControls.addTask(BioTask task)
Adds a task to the tasks pane.
|
void |
TaskControls.removeTask(BioTask task)
Removes a task from the tasks pane.
|
void |
TaskManager.setCompleted(BioTask task)
Removes the given task from the task list.
|
Modifier and Type | Method and Description |
---|---|
void |
DataManager.createDataset(String name,
String pattern,
BioTask bioTask)
Creates a dataset, updating the given task object as things progress.
|
Copyright © 2015–2022 SciJava. All rights reserved.