Uses of Enum Class
org.cytoscape.work.TaskMonitor.Level
Package
Description
This package defines the task framework, where tasks are units of work.
-
Uses of TaskMonitor.Level in org.cytoscape.work
Modifier 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.Modifier and TypeMethodDescriptionvoid
TaskMonitor.showMessage(TaskMonitor.Level level, String message)
Sets the status message that describes what the task is currently doing.