|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskMonitor.Level | |
---|---|
org.cytoscape.work | This package defines the task framework, where tasks are units of work. |
Uses of TaskMonitor.Level in org.cytoscape.work |
---|
Methods in org.cytoscape.work that return TaskMonitor.Level | |
---|---|
static TaskMonitor.Level |
TaskMonitor.Level.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TaskMonitor.Level[] |
TaskMonitor.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.cytoscape.work with parameters of type TaskMonitor.Level | |
---|---|
void |
TaskMonitor.showMessage(TaskMonitor.Level level,
String message)
Shows a message that describes what the task is currently doing. |
|
Cytoscape 3.1.1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |