Interface ProgramTreeService


public interface ProgramTreeService
Service provided by the program tree plugin to get the current view (address set shown in the Code Browser), and the name of the tree currently being viewed.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Get the address set of the current view (what is currently being shown in the Code Browser).
    Get the name of the tree currently being viewed.
    void
    Set the selection to the given group paths.
    void
    Set the current view to that of the given name.
  • Method Details Link icon

    • getViewedTreeName Link icon

      String getViewedTreeName()
      Get the name of the tree currently being viewed.
    • setViewedTree Link icon

      void setViewedTree(String treeName)
      Set the current view to that of the given name. If treeName is not a known view, then nothing happens.
      Parameters:
      treeName - name of the view
    • getView Link icon

      AddressSet getView()
      Get the address set of the current view (what is currently being shown in the Code Browser).
    • setGroupSelection Link icon

      void setGroupSelection(GroupPath[] gps)
      Set the selection to the given group paths.
      Parameters:
      gps - paths to select