Class GroovyAutoCompletor

java.lang.Object
qupath.lib.gui.scripting.completors.DefaultAutoCompletor
qupath.lib.gui.scripting.completors.GroovyAutoCompletor
All Implemented Interfaces:
qupath.lib.scripting.languages.ScriptAutoCompletor

public class GroovyAutoCompletor extends DefaultAutoCompletor
Auto completion support for Groovy.
  • Constructor Details

    • GroovyAutoCompletor

      public GroovyAutoCompletor()
      Constructor using the default code completions for QuPath.
    • GroovyAutoCompletor

      public GroovyAutoCompletor(Collection<? extends qupath.lib.scripting.languages.AutoCompletions.Completion> completions)
      Constructor that supports a custom set of completions.