Class HomeTab

java.lang.Object
net.minheur.potoflux.screen.tabs.BaseTab
net.minheur.potoflux.screen.tabs.all.HomeTab

public class HomeTab extends BaseTab
Tab class for the home tab
  • Constructor Details

    • HomeTab

      public HomeTab()
  • Method Details

    • setPanel

      protected void setPanel()
      This is the actual method to set the panel.
      The overriding class will have to use this to add content to the BaseTab.PANEL.
      Specified by:
      setPanel in class BaseTab
    • getTitle

      protected String getTitle()
      Used to set the title.
      Overrides:
      getTitle in class BaseTab
      Returns:
      the title of the tab.