Package net.minheur.potoflux.screen.tabs
Class BaseHTab<T extends javafx.scene.Parent>
java.lang.Object
net.minheur.potoflux.screen.tabs.BaseTab<T>
net.minheur.potoflux.screen.tabs.BaseHTab<T>
- Type Parameters:
T- type ofPaneadded to the tab
Base tab, but also including a preset
hContent and boxPreset()-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javafx.scene.layout.HBoxPresetHBoxto add to the panel -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minheur.potoflux.screen.tabs.BaseTab
doPreset, getBuiltTab, getIcon, getName, getTitle, instantiate, mkTitle, setPanel
-
Field Details
-
hContent
protected javafx.scene.layout.HBox hContentPresetHBoxto add to the panel
-
-
Constructor Details
-
BaseHTab
public BaseHTab()
-
-
Method Details
-
boxPreset
protected void boxPreset()Preset layout for thehContent
-