Package | Description |
---|---|
org.scijava | |
org.scijava.command | |
org.scijava.menu | |
org.scijava.script |
Modifier and Type | Method and Description |
---|---|
MenuPath |
UIDetails.getMenuPath()
Gets the path to the object's suggested position in the menu structure.
|
MenuPath |
AbstractUIDetails.getMenuPath() |
Modifier and Type | Method and Description |
---|---|
void |
UIDetails.setMenuPath(MenuPath menuPath)
Sets the path to the object's suggested position in the menu structure.
|
void |
AbstractUIDetails.setMenuPath(MenuPath menuPath) |
Modifier and Type | Method and Description |
---|---|
MenuPath |
DynamicCommandInfo.getMenuPath() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicCommandInfo.setMenuPath(MenuPath menuPath) |
Modifier and Type | Method and Description |
---|---|
ShadowMenu |
ShadowMenu.getMenu(MenuPath menuPath)
Gets the node with the given menu path (relative to this node), or null if
no such menu node.
|
Modifier and Type | Method and Description |
---|---|
MenuPath |
ScriptService.getMenuPrefix(File scriptDirectory)
Gets the menu path prefix for the given script directory, or null if none.
|
MenuPath |
DefaultScriptService.getMenuPrefix(File scriptDirectory) |
Modifier and Type | Method and Description |
---|---|
void |
ScriptService.addScriptDirectory(File scriptDirectory,
MenuPath menuPrefix)
Adds a base directory to scan for scripts, placing discovered scripts
beneath the given menu path prefix.
|
void |
DefaultScriptService.addScriptDirectory(File scriptDirectory,
MenuPath menuPrefix) |
Copyright © 2015–2022 SciJava. All rights reserved.