Package ghidra.app.nav
Class NavigatableRegistry
- java.lang.Object
-
- ghidra.app.nav.NavigatableRegistry
-
public class NavigatableRegistry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NavigatableRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Navigatable
getNavigatable(long navigationID)
static java.util.List<Navigatable>
getRegisteredNavigatables(PluginTool tool)
static void
registerNavigatable(PluginTool tool, Navigatable navigatable)
static void
unregisterNavigatable(PluginTool tool, Navigatable navigatable)
-
-
-
Method Detail
-
registerNavigatable
public static void registerNavigatable(PluginTool tool, Navigatable navigatable)
-
unregisterNavigatable
public static void unregisterNavigatable(PluginTool tool, Navigatable navigatable)
-
getRegisteredNavigatables
public static java.util.List<Navigatable> getRegisteredNavigatables(PluginTool tool)
-
getNavigatable
public static Navigatable getNavigatable(long navigationID)
-
-