Class BaseVTab<T extends javafx.scene.Parent>

java.lang.Object
net.minheur.potoflux.screen.tabs.BaseTab<T>
net.minheur.potoflux.screen.tabs.BaseVTab<T>
Type Parameters:
T - type of Pane added to the tab
Direct Known Subclasses:
AccountTab, HomeTab, ModsTab, SettingsTab

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

    • vContent

      protected javafx.scene.layout.VBox vContent
      Preset VBox to add to the panel
  • Constructor Details

    • BaseVTab

      public BaseVTab()
  • Method Details

    • boxPreset

      protected void boxPreset()
      Preset layout for the vContent