Interface ViewManagerService

All Superinterfaces:
ViewService

public interface ViewManagerService extends ViewService
Service to manage generic views; the view controls what shows up in the code browser.
  • Method Summary

    Modifier and Type
    Method
    Description
    ghidra.app.plugin.core.programtree.ViewProviderService
    Get the current view provider.
    void
    Set the current view to the provider with the given name.
    void
    viewNameChanged(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

      void setCurrentViewProvider(String viewName)
      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

      void viewNameChanged(ghidra.app.plugin.core.programtree.ViewProviderService vps, String oldName)
      Notification that a view name has changed.
      Parameters:
      vps - service whose name has changed
      oldName - old name of the service