Class ImageJMacroLanguage
java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.ImageJMacroLanguage
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet theScriptAutoCompletor
object that takes care of this language's auto-completion.static ImageJMacroLanguage
Get the static instance of this class.Methods inherited from class qupath.lib.scripting.languages.ScriptLanguage
getExtensions, getName, toString
-
Field Details
-
NAME
Constant representing the name of this language. It may be used to look up styling or syntax.- See Also:
-
-
Method Details
-
getInstance
Get the static instance of this class.- Returns:
- instance
-
getAutoCompletor
Description copied from class:ScriptLanguage
Get theScriptAutoCompletor
object that takes care of this language's auto-completion.Can return
null
if the script editor should not handle auto-completion for this language.- Overrides:
getAutoCompletor
in classScriptLanguage
- Returns:
- auto-completor
-