Documentation of 'ij.macro.StartupRunner' Java class
StartupRunner
ij.macro

Class StartupRunner

  • All Implemented Interfaces:
    java.lang.Runnable


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

      Constructors 
      Constructor and Description
      StartupRunner() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void run() 
      void run(boolean batchMode)
      Runs the RunAtStartup and AutoRun macros, on the current thread if 'batchMode' true, otherwise on a separate thread.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.lang.Runnable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.