Class HomeTab
java.lang.Object
net.minheur.potoflux.screen.tabs.BaseTab
net.minheur.potoflux.screen.tabs.all.HomeTab
Tab class for the home tab
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetTitle()Used to set the title.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, doPreset, getPanel, invokeLater, preset
-
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 theBaseTab.PANEL. -
getTitle
Used to set the title.
-