Uses of Class
org.scijava.MenuPath
-
Packages that use MenuPath Package Description org.scijava org.scijava.command org.scijava.menu org.scijava.script -
-
Uses of MenuPath in org.scijava
Methods in org.scijava that return MenuPath Modifier and Type Method Description MenuPathAbstractUIDetails. getMenuPath()MenuPathUIDetails. getMenuPath()Gets the path to the object's suggested position in the menu structure.Methods in org.scijava with parameters of type MenuPath Modifier and Type Method Description voidAbstractUIDetails. setMenuPath(MenuPath menuPath)voidUIDetails. setMenuPath(MenuPath menuPath)Sets the path to the object's suggested position in the menu structure. -
Uses of MenuPath in org.scijava.command
Methods in org.scijava.command that return MenuPath Modifier and Type Method Description MenuPathDynamicCommandInfo. getMenuPath()Methods in org.scijava.command with parameters of type MenuPath Modifier and Type Method Description voidDynamicCommandInfo. setMenuPath(MenuPath menuPath) -
Uses of MenuPath in org.scijava.menu
Methods in org.scijava.menu with parameters of type MenuPath Modifier and Type Method Description ShadowMenuShadowMenu. getMenu(MenuPath menuPath)Gets the node with the given menu path (relative to this node), or null if no such menu node. -
Uses of MenuPath in org.scijava.script
Methods in org.scijava.script that return MenuPath Modifier and Type Method Description MenuPathDefaultScriptService. getMenuPrefix(File scriptDirectory)MenuPathScriptService. getMenuPrefix(File scriptDirectory)Gets the menu path prefix for the given script directory, or null if none.Methods in org.scijava.script with parameters of type MenuPath Modifier and Type Method Description voidDefaultScriptService. addScriptDirectory(File scriptDirectory, MenuPath menuPrefix)voidScriptService. addScriptDirectory(File scriptDirectory, MenuPath menuPrefix)Adds a base directory to scan for scripts, placing discovered scripts beneath the given menu path prefix.
-