Package ghidra.app.nav
Class NavigatableRegistry
java.lang.Object
ghidra.app.nav.NavigatableRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Navigatable
getNavigatable
(long navigationID) static List
<Navigatable> static void
registerNavigatable
(PluginTool tool, Navigatable navigatable) static void
unregisterNavigatable
(PluginTool tool, Navigatable navigatable)
-
Constructor Details
-
NavigatableRegistry
public NavigatableRegistry()
-
-
Method Details