Class DefaultAutoCompletor

java.lang.Object
qupath.lib.gui.scripting.completors.DefaultAutoCompletor
All Implemented Interfaces:
ScriptAutoCompletor
Direct Known Subclasses:
GroovyAutoCompletor, ImageJMacroCompletor, PythonAutoCompletor

public class DefaultAutoCompletor extends Object implements ScriptAutoCompletor
Default auto-completor for JVM-based languages, optionally including QuPath default imports.
Since:
v0.4.0
  • Constructor Details

    • DefaultAutoCompletor

      public DefaultAutoCompletor(Collection<? extends AutoCompletions.Completion> completions)
      Constructor.
      Parameters:
      completions - optionally include specific code completions, or an empty list if no completions should be added.
    • DefaultAutoCompletor

      public DefaultAutoCompletor()
      Constructor, using the default Java code completions for QuPath.
  • Method Details