Package qupath.lib.gui.actions
Class AutomateActions
java.lang.Object
qupath.lib.gui.actions.AutomateActions
Default actions associated with QuPath's 'Automate' (scripting) menu.
- Since:
- v0.5.0
- Author:
- Pete Bankhead
-
Field Summary
Modifier and TypeFieldDescriptionfinal org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
final org.controlsfx.control.action.Action
-
Constructor Summary
-
Method Summary
-
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
-