Package ghidra.app.services
Interface ViewManagerService
- All Superinterfaces:
ViewService
Service to manage generic views; the view controls what shows up in the code
browser.
-
Method Summary
Modifier and TypeMethodDescriptionghidra.app.plugin.core.programtree.ViewProviderServiceGet the current view provider.voidsetCurrentViewProvider(String viewName) Set the current view to the provider with the given name.voidviewNameChanged(ghidra.app.plugin.core.programtree.ViewProviderService vps, String oldName) Notification that a view name has changed.Methods inherited from interface ghidra.app.services.ViewService
addToView, getCurrentView
-
Method Details
-
setCurrentViewProvider
Set the current view to the provider with the given name.- Parameters:
viewName-
-
getCurrentViewProvider
ghidra.app.plugin.core.programtree.ViewProviderService getCurrentViewProvider()Get the current view provider. -
viewNameChanged
Notification that a view name has changed.- Parameters:
vps- service whose name has changedoldName- old name of the service
-