Package | Description |
---|---|
org.cytoscape.work |
This package defines the task framework, where tasks are units of work.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskMonitor.showMessage(TaskMonitor.Level level,
String message)
Sets the status message that describes what the task is currently doing.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.