Uses of Interface
org.cytoscape.work.TaskMonitor
-
Packages that use TaskMonitor Package Description org.cytoscape.jobs This package provides a mechanism for executing remote jobs from within Cytoscape.org.cytoscape.view.layout This package provides access to the available layout algorithms, as well as provides abstract layout classes and layout information containers for the convenience of implementing other layout algorithms.org.cytoscape.work This package defines the task framework, where tasks are units of work. -
-
Uses of TaskMonitor in org.cytoscape.jobs
Methods in org.cytoscape.jobs with parameters of type TaskMonitor Modifier and Type Method Description voidCyJobMonitor. loadData(CyJob job, TaskMonitor taskMonitor)This method is called when when the job status transitions toFINISHEDand the user has indicated that they are ready to load the data from the task. -
Uses of TaskMonitor in org.cytoscape.view.layout
Fields in org.cytoscape.view.layout declared as TaskMonitor Modifier and Type Field Description protected TaskMonitorAbstractPartitionLayoutTask. taskMonitorThe TaskMonitor initially set in the run method of the task.Methods in org.cytoscape.view.layout with parameters of type TaskMonitor Modifier and Type Method Description protected abstract voidAbstractLayoutTask. doLayout(TaskMonitor taskMonitor)This method is designed to actually encapsulate the layout algorithm.voidAbstractParallelPartitionLayoutTask. doLayout(TaskMonitor taskMonitor)AbstractGraphPartitionLayout implements the doLayout method of AbstractBasicLayout in which it calls the layoutParition method on each LayoutPartition object created for the network.voidAbstractPartitionLayoutTask. doLayout(TaskMonitor taskMonitor)AbstractGraphPartitionLayout implements the doLayout method of AbstractBasicLayout in which it calls the layoutParition method on each LayoutPartition object created for the network.voidAbstractLayoutTask. run(TaskMonitor taskMonitor)This method is called when theTaskbegins execution. -
Uses of TaskMonitor in org.cytoscape.work
Methods in org.cytoscape.work with parameters of type TaskMonitor Modifier and Type Method Description abstract voidAbstractTask. run(TaskMonitor taskMonitor)voidTask. run(TaskMonitor taskMonitor)This method is called when theTaskbegins execution.
-