|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Program | |
|---|---|
| ij.macro | |
| ij.plugin | |
| Uses of Program in ij.macro |
|---|
| Methods in ij.macro that return Program | |
|---|---|
Program |
Tokenizer.tokenize(java.lang.String program)
Uses a StreamTokenizer to convert an ImageJ macro file into a token stream. |
| Methods in ij.macro with parameters of type Program | |
|---|---|
void |
Interpreter.run(Program pgm)
Interprets the specified tokenized macro file starting at location 0. |
void |
Interpreter.runMacro(Program pgm,
int macroLoc,
java.lang.String macroName)
Interprets the specified tokenized macro starting at the specified location. |
void |
MacroRunner.runShortcut(Program pgm,
int address,
java.lang.String name)
Runs tokenized macro on current thread if pgm.queueCommands is true. |
void |
Interpreter.saveGlobals(Program pgm)
Saves global variables. |
| Constructors in ij.macro with parameters of type Program | |
|---|---|
MacroRunner(Program pgm,
int address,
java.lang.String name)
Create a new object that runs a tokenized macro in a separate thread. |
|
MacroRunner(Program pgm,
int address,
java.lang.String name,
Editor editor)
Create a new object that runs a tokenized macro in debug mode if 'editor' is not null. |
|
MacroRunner(Program pgm,
int address,
java.lang.String name,
java.lang.String argument)
Create a new object that runs a tokenized macro in a separate thread, passing a string argument. |
|
| Uses of Program in ij.plugin |
|---|
| Methods in ij.plugin that return Program | |
|---|---|
Program |
MacroInstaller.getProgram()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||