Uses of Enum Class
org.cytoscape.work.TaskMonitor.Level
Packages that use TaskMonitor.Level
Package
Description
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.LevelModifier and TypeMethodDescriptionstatic TaskMonitor.Level
Returns the enum constant of this class with the specified name.static TaskMonitor.Level[]
TaskMonitor.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cytoscape.work with parameters of type TaskMonitor.LevelModifier and TypeMethodDescriptionvoid
TaskMonitor.showMessage(TaskMonitor.Level level, String message)
Sets the status message that describes what the task is currently doing.