Class HomeTab
java.lang.Object
net.minheur.potoflux.screen.tabs.BaseTab<T>
net.minheur.potoflux.screen.tabs.BaseVTab<javafx.scene.layout.StackPane>
net.minheur.potoflux.screen.tabs.all.HomeTab
Tab class for the home tab
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Used to set the title.protected StringgetTitle()Gets the title of the tab, displayed inBaseTab.mkTitle()protected voidInstancies the main panelprotected voidsetPanel()Makes the UIMethods inherited from class net.minheur.potoflux.screen.tabs.BaseTab
doPreset, getBuiltTab, getIcon, mkTitle
-
Constructor Details
-
HomeTab
public HomeTab()
-
-
Method Details
-
setPanel
protected void setPanel()Makes the UI -
instantiate
protected void instantiate()Instancies the main panel- Specified by:
instantiatein classBaseTab<javafx.scene.layout.StackPane>
-
getTitle
Gets the title of the tab, displayed inBaseTab.mkTitle() -
getName
Used to set the title.
-