NavigatableRegistry

Package: ghidra.app.nav
Type: class

9.2_PUBLIC

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)

9.0.1_PUBLIC

introducedInitial version