Interface ProjectConfigTabManager

All Known Implementing Classes:
DefaultProjectConfigTabManager

public interface ProjectConfigTabManager
Since:
v4.4
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the tab with the specified ID.
  • Method Details

    • getTabForId

      ProjectConfigTab getTabForId(String id)
      Return the tab with the specified ID.
      Parameters:
      id - the id of the tab to render.
      Returns:
      the tab with the passed id or null if such a tab does not exist.