Class InitializeCircuitsRunnable<V extends VisualVertex,​E extends VisualEdge<V>,​G extends VisualGraph<V,​E>>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void monitoredRun​(TaskMonitor monitor)
      Similar to a runnable except the run method is given a monitor to report progress and check for cancellation.
      void swingRun​(boolean isCancelled)
      Callback on the swing thread.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • monitoredRun

        public void monitoredRun​(TaskMonitor monitor)
        Description copied from interface: MonitoredRunnable
        Similar to a runnable except the run method is given a monitor to report progress and check for cancellation.
        Specified by:
        monitoredRun in interface MonitoredRunnable
        Parameters:
        monitor - the TaskMonitor to use.
      • swingRun

        public void swingRun​(boolean isCancelled)
        Description copied from interface: SwingRunnable
        Callback on the swing thread.
        Specified by:
        swingRun in interface SwingRunnable