Uses of Class
org.scijava.MenuEntry
-
Packages that use MenuEntry Package Description org.scijava org.scijava.menu -
-
Uses of MenuEntry in org.scijava
Methods in org.scijava that return MenuEntry Modifier and Type Method Description MenuEntryMenuPath. getLeaf()Gets the final element of the menu path.Methods in org.scijava with parameters of type MenuEntry Modifier and Type Method Description voidMenuEntry. assignProperties(MenuEntry entry)Updates any default properties of this menu entry to match those of the given menu entry.Constructor parameters in org.scijava with type arguments of type MenuEntry Constructor Description MenuPath(Collection<? extends MenuEntry> menuEntries)Creates a menu path with the given entries. -
Uses of MenuEntry in org.scijava.menu
Methods in org.scijava.menu that return MenuEntry Modifier and Type Method Description MenuEntryShadowMenu. getMenuEntry()Gets the menu entry corresponding to this node.
-