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 SummaryModifier 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.ViewServiceaddToView, getCurrentView
- 
Method Details- 
setCurrentViewProviderSet the current view to the provider with the given name.- Parameters:
- viewName-
 
- 
getCurrentViewProviderghidra.app.plugin.core.programtree.ViewProviderService getCurrentViewProvider()Get the current view provider.
- 
viewNameChangedNotification that a view name has changed.- Parameters:
- vps- service whose name has changed
- oldName- old name of the service
 
 
-