Package org.scijava.menu
-
Interface Summary Interface Description MenuCreator<T> A menu builder responsible for translating aShadowMenustructure into a menu for a particular user interface.MenuService Interface for service that tracks the application's menu structure. -
Class Summary Class Description AbstractMenuCreator<T,M> Abstract helper class for generating a menu structure.DefaultMenuService Default service for keeping track of the application's menu structure.MenuConstants Useful constants when defining application menu entries.ShadowMenu A tree representing a menu structure independent of any particular user interface.ShadowMenuIterator Recursive iterator forShadowMenuhierarchies.