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 of Pane added to the tab

public abstract class BaseHTab<T extends javafx.scene.Parent> extends BaseTab<T>
Base tab, but also including a preset hContent and boxPreset()
  • Field Details

    • hContent

      protected javafx.scene.layout.HBox hContent
      Preset HBox to add to the panel
  • Constructor Details

    • BaseHTab

      public BaseHTab()
  • Method Details

    • boxPreset

      protected void boxPreset()
      Preset layout for the hContent