Class ImageJMacroLanguage
java.lang.Object
qupath.lib.scripting.languages.ScriptLanguage
qupath.lib.gui.scripting.languages.ImageJMacroLanguage
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionGet theScriptAutoCompletorobject that takes care of this language's auto-completion.static ImageJMacroLanguageGet the static instance of this class.Methods inherited from class qupath.lib.scripting.languages.ScriptLanguagegetExtensions, getName, toString
- 
Field Details- 
NAMEConstant representing the name of this language. It may be used to look up styling or syntax.- See Also:
 
 
- 
- 
Method Details- 
getInstanceGet the static instance of this class.- Returns:
- instance
 
- 
getAutoCompletorDescription copied from class:ScriptLanguageGet theScriptAutoCompletorobject that takes care of this language's auto-completion.Can return nullif the script editor should not handle auto-completion for this language.- Overrides:
- getAutoCompletorin class- ScriptLanguage
- Returns:
- auto-completor
 
 
-