public class ModularViewTask extends java.lang.Object implements AbstractTask
Constructor and Description |
---|
ModularViewTask(int idxAdd,
int[] idxs,
boolean showIntersections,
boolean nodeIntersectionView) |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
CyNetwork |
getCyNetwork() |
java.lang.String |
getTitle() |
void |
halt() |
void |
run() |
void |
setTaskMonitor(TaskMonitor taskMonitor) |
public ModularViewTask(int idxAdd, int[] idxs, boolean showIntersections, boolean nodeIntersectionView)
public void halt()
public void setTaskMonitor(TaskMonitor taskMonitor) throws java.lang.IllegalThreadStateException
java.lang.IllegalThreadStateException
public java.lang.String getTitle()
public CyNetwork getCyNetwork()
public void execute()
execute
in interface AbstractTask
public void run()