Class TerminalTab
java.lang.Object
net.minheur.potoflux.screen.tabs.BaseTab<javafx.scene.layout.StackPane>
net.minheur.potoflux.screen.tabs.all.TerminalTab
The tab that contains the terminal of potoflux.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minheur.potoflux.screen.tabs.BaseTab
getBuiltTab, getIcon, getTitle, mkTitle
-
Constructor Details
-
TerminalTab
public TerminalTab()
-
-
Method Details
-
setPanel
protected void setPanel()Add content to the pane.
CallsaddTerminal() -
instantiate
protected void instantiate()Instancies main panels- Specified by:
instantiatein classBaseTab<javafx.scene.layout.StackPane>
-
getName
Gets the name of the tab, displayed in the tab list -
doPreset
protected boolean doPreset()Disable the preset -
getTerminal
Getter for theterminal- Returns:
- the
terminal
-