Class FXPotoScreen

java.lang.Object
net.minheur.potoflux.screen.FXPotoScreen

public class FXPotoScreen extends Object
Potoflux's screen
  • Constructor Details

    • FXPotoScreen

      public FXPotoScreen(javafx.stage.Stage stage)
      The constructor will init the stage, the layout, then add every item to it
  • Method Details

    • getStage

      public javafx.stage.Stage getStage()
    • getTabMap

      public Map<Tab,BaseTab<?>> getTabMap()
      Getter for the tabMap
      Returns:
      tabMap
    • setOpenedTab

      public void setOpenedTab(Tab tab)
      Helper to open a given tab
      Parameters:
      tab - to open