Uses of Class
sc.fiji.snt.gui.SNTCommandFinder
Packages that use SNTCommandFinder
Package
Description
SNT core classes
Customizations and commands for SNT's GUI.
Visualization of reconstructions
-
Uses of SNTCommandFinder in sc.fiji.snt
Methods in sc.fiji.snt that return SNTCommandFinderModifier and TypeMethodDescriptionSNTUI.getCommandFinder()Returns the command palette instance, so that other components can register their own entries into it.Methods in sc.fiji.snt with parameters of type SNTCommandFinderModifier and TypeMethodDescriptionprotected voidCurationManager.registerCommands(SNTCommandFinder cmdFinder) Registers curation commands in the SNT Command Finder. -
Uses of SNTCommandFinder in sc.fiji.snt.gui
Methods in sc.fiji.snt.gui with parameters of type SNTCommandFinderModifier and TypeMethodDescriptionstatic JMenuGuiUtils.MenuItems.helpMenu(SNTCommandFinder cmdFinder) -
Uses of SNTCommandFinder in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer with parameters of type SNTCommandFinderModifier and TypeMethodDescriptionprotected static voidAbstractBigViewer.registerCommandFinderAccelerator(InputMap sntIMap, ActionMap sntAMap, SNTCommandFinder commandFinder) WirescommandFinder's own show/toggle shortcut (getAccelerator()) into this viewer's keybindings, so it fires while the Bvv/Bdv window itself has focus.protected voidAbstractBigViewer.registerNativeCommands(SNTCommandFinder commandFinder, ActionMap actionMap, InputMap inputMap, List<String> path, Icon icon, Set<String> excludedNames, KeyStroke... excludedTriggers) Registers this viewer's native (library-level) single-shot commands -- i.e., entries of the BDV/BVV keybindingsActionMap, as opposed to SNT's own overlaid commands (seeAbstractBigViewer.Actions) -- incommandFinder, so they become searchable/runnable from the command palette.