Interface | Description |
---|---|
AutoImporter |
Base interface for auto-importer plugins.
|
FileSystemTree.LeafListener | |
LanguageSupportPlugin |
Interface for
AutoCompletion plugins. |
LanguageSupportService |
Service which manages
LanguageSupportPlugin s. |
SyntaxHighlighter |
Placeholder interface for syntax highlighters.
|
Class | Description |
---|---|
Bookmark |
A "bookmark" is a stored location (line, file) in the text editor.
|
BookmarkDialog |
TODO
|
DefaultAutoImporters |
Generates the statements for the auto-imports (for internal use by the script
editor and script interpreter only).
|
DefaultLanguageSupportService |
Default
LanguageSupportService implementation. |
EditorPane |
Main text editing component of the script editor, based on
RSyntaxTextArea . |
ErrorHandler |
TODO
|
ExceptionHandler |
TODO
|
FileFunctions |
TODO
|
FileFunctions.GrepLineHandler | |
FileSystemTree | |
FindAndReplaceDialog |
TODO
|
InterpreterPane |
A Swing UI pane for the SciJava scripting REPL.
|
InterpreterWindow |
The main interpreter window.
|
JTextAreaOutputStream |
TODO
|
JTextAreaWriter |
A
Writer adapter for the output area of the script editor. |
MacroFunctions |
TODO
|
OutputPane |
An output area for the scripting user interfaces.
|
PromptPane |
The prompt for the script REPL.
|
RecentFilesMenuItem |
JMenu holding recently opened files (stored in the
"script.editor.recent" preference). |
ScriptEditor |
The Script Editor.
|
ScriptInterpreterPlugin |
A GUI for the script engines.
|
TextEditor |
A versatile script editor for SciJava applications.
|
TextEditor.AcceleratorTriplet | |
TextEditorTab |
Tab in a
TextEditor containing an EditorPane . |
TokenFunctions |
TODO
|
VarsPane |
A side pane with information about available languages and variables.
|
Copyright © 2015–2022 SciJava. All rights reserved.