Class GroovyAutoCompletor
java.lang.Object
qupath.lib.gui.scripting.completors.DefaultAutoCompletor
qupath.lib.gui.scripting.completors.GroovyAutoCompletor
- All Implemented Interfaces:
ScriptAutoCompletor
Auto completion support for Groovy.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor using the default code completions for QuPath.GroovyAutoCompletor
(Collection<? extends AutoCompletions.Completion> completions) Constructor that supports a custom set of completions. -
Method Summary
Methods inherited from class qupath.lib.gui.scripting.completors.DefaultAutoCompletor
addCompletion, addCompletions, addCompletions, getCompletions
-
Constructor Details
-
GroovyAutoCompletor
public GroovyAutoCompletor()Constructor using the default code completions for QuPath. -
GroovyAutoCompletor
Constructor that supports a custom set of completions.
-