- java.lang.Object
-
- ij.macro.StartupRunner
-
- All Implemented Interfaces:
java.lang.Runnable
public class StartupRunner extends java.lang.Object implements java.lang.RunnableRuns the RunAtStartup (created by Edit/Options/Startup) and AutoRun (in StartupMacros) macros.
-
-
Constructor Summary
Constructors Constructor Description StartupRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidrun(boolean batchMode)Runs the RunAtStartup and AutoRun macros, on the current thread if 'batchMode' true, otherwise on a separate thread.
-