Class AutomateActions

java.lang.Object
qupath.lib.gui.actions.AutomateActions

public class AutomateActions extends Object
Default actions associated with QuPath's 'Automate' (scripting) menu.
Since:
v0.5.0
Author:
Pete Bankhead
  • Field Details

    • SCRIPT_EDITOR

      @ActionAccelerator("shortcut+[") @ActionConfig("Action.Automate.scriptEditor") @ActionIcon(SCRIPT_EDITOR) public final org.controlsfx.control.action.Action SCRIPT_EDITOR
    • SCRIPT_INTERPRETER

      @ActionConfig("Action.Automate.scriptInterpreter") public final org.controlsfx.control.action.Action SCRIPT_INTERPRETER
    • HISTORY_SHOW

      @ActionAccelerator("shortcut+shift+w") @ActionConfig("Action.Automate.commandWorkflow") public final org.controlsfx.control.action.Action HISTORY_SHOW
    • HISTORY_SCRIPT

      @ActionConfig("Action.Automate.commandScript") public final org.controlsfx.control.action.Action HISTORY_SCRIPT
  • Constructor Details

    • AutomateActions

      public AutomateActions(QuPathGUI qupath)