Package ij.macro

Class StartupRunner

  • All Implemented Interfaces:
    Runnable

    public class StartupRunner
    extends Object
    implements Runnable
    Runs the RunAtStartup (created by Edit/Options/Startup) and AutoRun (in StartupMacros) macros.
    • Constructor Detail

      • StartupRunner

        public StartupRunner()
    • Method Detail

      • run

        public void run​(boolean batchMode)
        Runs the RunAtStartup and AutoRun macros, on the current thread if 'batchMode' true, otherwise on a separate thread.
      • run

        public void run()
        Specified by:
        run in interface Runnable