Class TerminalTab
java.lang.Object
net.minheur.potoflux.screen.tabs.BaseTab
net.minheur.potoflux.screen.tabs.all.TerminalTab
The tab that contains the terminal of potoflux.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandoPreset()Disable the presetGetter for theterminalprotected 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
-
TerminalTab
public TerminalTab()
-
-
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. -
doPreset
protected boolean doPreset()Disable the preset -
getTerminal
Getter for theterminal- Returns:
- the
terminal
-