Package qupath.lib.gui.actions.menus
Class Menus
java.lang.Object
qupath.lib.gui.actions.menus.Menus
Generate actions for installation in QuPath's main menubar.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<org.controlsfx.control.action.Action> createAllMenuActions
(QuPathGUI qupath) Create a collection of all the actions that should be installed in QuPath's main menubar.
-
Constructor Details
-
Menus
public Menus()
-
-
Method Details
-
createAllMenuActions
public static Collection<org.controlsfx.control.action.Action> createAllMenuActions(QuPathGUI qupath) Create a collection of all the actions that should be installed in QuPath's main menubar. The actions are configured for installation throughQuPathGUI.installActions(Collection)
.- Parameters:
qupath
-- Returns:
-