Package | Description |
---|---|
org.scijava.menu | |
org.scijava.menu.event |
Modifier and Type | Method and Description |
---|---|
default ShadowMenu |
MenuService.getMenu()
Gets the root node of the application menu structure.
|
ShadowMenu |
ShadowMenu.getMenu(MenuPath menuPath)
Gets the node with the given menu path (relative to this node), or null if
no such menu node.
|
ShadowMenu |
ShadowMenu.getMenu(String path) |
ShadowMenu |
MenuService.getMenu(String menuRoot)
Gets the root node of a menu structure.
|
ShadowMenu |
DefaultMenuService.getMenu(String menuRoot) |
ShadowMenu |
ShadowMenu.getParent()
Gets this node's parent, or null if it is a root node.
|
Modifier and Type | Method and Description |
---|---|
List<ShadowMenu> |
ShadowMenu.getChildren()
Gets this node's children, sorted by weight.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractMenuCreator.addLeafToMenu(ShadowMenu shadow,
M target) |
protected abstract void |
AbstractMenuCreator.addLeafToTop(ShadowMenu shadow,
T target) |
protected abstract M |
AbstractMenuCreator.addNonLeafToMenu(ShadowMenu shadow,
M target) |
protected abstract M |
AbstractMenuCreator.addNonLeafToTop(ShadowMenu shadow,
T target) |
int |
ShadowMenu.compareTo(ShadowMenu c) |
void |
AbstractMenuCreator.createMenus(ShadowMenu root,
T target) |
void |
MenuCreator.createMenus(ShadowMenu root,
T toplevel) |
Constructor and Description |
---|
ShadowMenuIterator(ShadowMenu node) |
Constructor and Description |
---|
MenuEvent(ShadowMenu o) |
MenusAddedEvent(ShadowMenu o) |
MenusRemovedEvent(ShadowMenu o) |
MenusUpdatedEvent(ShadowMenu o) |
Constructor and Description |
---|
MenuEvent(Collection<? extends ShadowMenu> c) |
MenusAddedEvent(Collection<? extends ShadowMenu> c) |
MenusRemovedEvent(Collection<? extends ShadowMenu> c) |
MenusUpdatedEvent(Collection<? extends ShadowMenu> c) |
Copyright © 2009–2023 SciJava. All rights reserved.