Class GroovyAutoCompletor

java.lang.Object
qupath.lib.gui.scripting.completors.DefaultAutoCompletor
qupath.lib.gui.scripting.completors.GroovyAutoCompletor
All Implemented Interfaces:
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 AutoCompletions.Completion> completions)
      Constructor that supports a custom set of completions.