Package qupath.lib.gui.actions
package qupath.lib.gui.actions
Classes to manage Actions.
This encapsulate QuPath's functionality in a way that is separate from specific UI elements. It's possible to then generate (for example) one or more menu items and buttons for each action, while binding the text, graphic and tooltip to the data stored in the action.
-
ClassDescriptionHelper methods for generating and configuring Actions and UI elements.Builder class for custom
Action
objects.Default actions associated with QuPath's 'Automate' (scripting) menu.Default actions associated with a specific QuPath instance.An informative message that should be shown to the user.The type of message, which can be used for styling.Actions that interact withOverlayOptions
.Actions that interact with one or more viewers.