Uses of Class
org.cytoscape.work.TaskMonitor.Level
-
Packages that use TaskMonitor.Level Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
TaskMonitor. showMessage(TaskMonitor.Level level, String message)
Sets the status message that describes what the task is currently doing.
-