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 SummaryConstructors
- 
Method SummaryModifier 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- 
Menuspublic Menus()
 
- 
- 
Method Details- 
createAllMenuActionspublic 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:
 
 
-