Uses of Class
ij.plugin.frame.Editor

Packages that use Editor
ij.macro   
ij.plugin   
ij.plugin.frame   
 

Uses of Editor in ij.macro
 

Methods in ij.macro that return Editor
 Editor Interpreter.getEditor()
           
 

Methods in ij.macro with parameters of type Editor
 void Interpreter.setEditor(Editor ed)
           
 

Constructors in ij.macro with parameters of type Editor
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(java.lang.String macro, Editor editor)
          Create a new object that interprets macro source in debug mode if 'editor' is not null.
 

Uses of Editor in ij.plugin
 

Methods in ij.plugin that return Editor
 Editor NewPlugin.getEditor()
          Returns the Editor the newly created macro or plugin was opened in.
 

Methods in ij.plugin with parameters of type Editor
 void MacroInstaller.runMacro(java.lang.String name, Editor editor)
           
 

Uses of Editor in ij.plugin.frame
 

Methods in ij.plugin.frame that return Editor
static Editor Editor.getInstance()