Class GWDTTracerCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
All Implemented Interfaces:
Runnable, org.scijava.Cancelable, org.scijava.command.Command, org.scijava.command.Interactive, org.scijava.Contextual, org.scijava.module.Module, org.scijava.module.MutableModule, org.scijava.plugin.SciJavaPlugin

public class GWDTTracerCmd extends GWDTTracerCommonCmd implements org.scijava.command.Interactive
Interactive command providing a GUI for GWDT autotracing when an image is already loaded in SNT. Implements Interactive so that the dialog stays open and responsive; the actual tracing is triggered via a "Run" button callback rather than the standard OK button.
Author:
Tiago Ferreira
See Also:
  • Constructor Details

    • GWDTTracerCmd

      public GWDTTracerCmd()
  • Method Details

    • isOpen

      public static boolean isOpen()
      Returns whether an instance of this dialog is currently visible. Used by SNTUI to enforce singleton behavior.
      Returns:
      true if a dialog with this command's title is showing
    • isFileMode

      protected boolean isFileMode()
      Specified by:
      isFileMode in class GWDTTracerCommonCmd
    • run

      public void run()
      Specified by:
      run in interface org.scijava.module.MutableModule
      Specified by:
      run in interface Runnable
      Overrides:
      run in class CommonDynamicCmd