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

    • Method Detail

      • monitoredRun

        public void monitoredRun​(TaskMonitor monitor)
        Description copied from interface: MonitoredRunnable
        Similar to a runnable except that 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