|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Editor | |
---|---|
ij.macro | |
ij.plugin | |
ij.plugin.frame | |
ij.plugin.frame.jedit |
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()
|
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 |
---|
Fields in ij.plugin.frame declared as Editor | |
---|---|
static Editor |
Editor.focusedComponent
|
Methods in ij.plugin.frame that return Editor | |
---|---|
static Editor |
Editor.getInstance()
|
Uses of Editor in ij.plugin.frame.jedit |
---|
Constructors in ij.plugin.frame.jedit with parameters of type Editor | |
---|---|
JEditTextArea(Editor editor,
SyntaxDocument document,
TextAreaDefaults defaults)
Creates a new JEditTextArea with the specified settings. |
|
JEditTextArea(Editor editor,
TextAreaDefaults defaults)
Creates a new JEditTextArea with the specified settings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |