Uses of Class
org.scijava.menu.ShadowMenu
-
Packages that use ShadowMenu Package Description org.scijava.menu org.scijava.menu.event -
-
Uses of ShadowMenu in org.scijava.menu
Methods in org.scijava.menu that return ShadowMenu Modifier and Type Method Description ShadowMenuDefaultMenuService. getMenu(String menuRoot)default ShadowMenuMenuService. getMenu()Gets the root node of the application menu structure.ShadowMenuMenuService. getMenu(String menuRoot)Gets the root node of a menu structure.ShadowMenuShadowMenu. getMenu(String path)ShadowMenuShadowMenu. getMenu(MenuPath menuPath)Gets the node with the given menu path (relative to this node), or null if no such menu node.ShadowMenuShadowMenu. getParent()Gets this node's parent, or null if it is a root node.Methods in org.scijava.menu that return types with arguments of type ShadowMenu Modifier and Type Method Description List<ShadowMenu>ShadowMenu. getChildren()Gets this node's children, sorted by weight.Methods in org.scijava.menu with parameters of type ShadowMenu Modifier and Type Method Description protected abstract voidAbstractMenuCreator. addLeafToMenu(ShadowMenu shadow, M target)protected abstract voidAbstractMenuCreator. addLeafToTop(ShadowMenu shadow, T target)protected abstract MAbstractMenuCreator. addNonLeafToMenu(ShadowMenu shadow, M target)protected abstract MAbstractMenuCreator. addNonLeafToTop(ShadowMenu shadow, T target)intShadowMenu. compareTo(ShadowMenu c)voidAbstractMenuCreator. createMenus(ShadowMenu root, T target)voidMenuCreator. createMenus(ShadowMenu root, T toplevel)Constructors in org.scijava.menu with parameters of type ShadowMenu Constructor Description ShadowMenuIterator(ShadowMenu node) -
Uses of ShadowMenu in org.scijava.menu.event
Constructors in org.scijava.menu.event with parameters of type ShadowMenu Constructor Description MenuEvent(ShadowMenu o)MenusAddedEvent(ShadowMenu o)MenusRemovedEvent(ShadowMenu o)MenusUpdatedEvent(ShadowMenu o)Constructor parameters in org.scijava.menu.event with type arguments of type ShadowMenu Constructor Description MenuEvent(Collection<? extends ShadowMenu> c)MenusAddedEvent(Collection<? extends ShadowMenu> c)MenusRemovedEvent(Collection<? extends ShadowMenu> c)MenusUpdatedEvent(Collection<? extends ShadowMenu> c)
-