Interface ViewTab

    • Method Detail

      • getLabel

        java.lang.String getLabel()
        Returns the label that will be used for tabs of this type.
        Returns:
        the tab's label text
      • getViewTabName

        java.lang.String getViewTabName()
        Returns a unique identifier for this view tab.
        Returns:
        a unique ID string
      • createViewForProject

        java.awt.Component createViewForProject​(ProjectView v,
                                                Project p)
        Returns a component that will display the content of this tab. If this method returns null, then nothing will be added to the view for this project.
        Parameters:
        v - the view that this tab will appear in
        p - the project that will be displayed in the view
        Returns:
        a component that will display the content of the tab for this project