Class AccountTab

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

public class AccountTab extends BaseTab
Tab class for account tab
  • Constructor Details

    • AccountTab

      public AccountTab()
  • Method Details

    • setPanel

      protected void setPanel()
      Description copied from class: BaseTab
      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
    • reload

      public void reload()
    • doPreset

      protected boolean doPreset()
      Description copied from class: BaseTab
      Handles if the preset should be executed.
      True by default.
      Overrides:
      doPreset in class BaseTab
      Returns:
      if the preset should be executed