Class AccountTab
java.lang.Object
net.minheur.potoflux.screen.tabs.BaseTab
net.minheur.potoflux.screen.tabs.all.AccountTab
Tab class for account tab
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoPreset()Handles if the preset should be executed.
True by default.voidreload()protected voidsetPanel()This is the actual method to set the panel.
The overriding class will have to use this to add content to theBaseTab.PANEL.Methods inherited from class net.minheur.potoflux.screen.tabs.BaseTab
createTitle, getPanel, getTitle, invokeLater, preset
-
Constructor Details
-
AccountTab
public AccountTab()
-
-
Method Details
-
setPanel
protected void setPanel()Description copied from class:BaseTabThis is the actual method to set the panel.
The overriding class will have to use this to add content to theBaseTab.PANEL. -
reload
public void reload() -
doPreset
protected boolean doPreset()Description copied from class:BaseTabHandles if the preset should be executed.
True by default.
-