Package moa.gui

Class AbstractTabPanel

    • Constructor Detail

      • AbstractTabPanel

        public AbstractTabPanel()
    • Method Detail

      • getTabTitle

        public abstract String getTabTitle()
        Returns the string to display as title of the tab.
        Returns:
        the string to display as title of the tab
      • getDescription

        public abstract String getDescription()
        Returns a short description (can be used as tool tip) of the tab, or contributor, etc.
        Returns:
        a short description of this tab panel.