addedmethod:
getRegisteredNavigatables
static java.util.List<ghidra.app.nav.Navigatable> getRegisteredNavigatables(ghidra.framework.plugintool.PluginTool tool)
addedmethod:
registerNavigatable
static void registerNavigatable(ghidra.framework.plugintool.PluginTool tool, ghidra.app.nav.Navigatable navigatable)
addedmethod:
unregisterNavigatable
static void unregisterNavigatable(ghidra.framework.plugintool.PluginTool tool, ghidra.app.nav.Navigatable navigatable)
removedmethod:
getRegisteredNavigatables
static java.util.List<ghidra.app.nav.Navigatable> getRegisteredNavigatables(ghidra.framework.model.Tool tool)
removedmethod:
registerNavigatable
static void registerNavigatable(ghidra.framework.model.Tool tool, ghidra.app.nav.Navigatable navigatable)
removedmethod:
unregisterNavigatable
static void unregisterNavigatable(ghidra.framework.model.Tool tool, ghidra.app.nav.Navigatable navigatable)