Class FxmlGenerator

java.lang.Object
org.fulib.workflows.generators.FxmlGenerator

public class FxmlGenerator extends Object
The FxmlGenerator manages the building and generation of fxml mockups that later can be used in a JavaFx application.
  • Method Details

    • buildAndGenerateFxmls

      public void buildAndGenerateFxmls(Board board)
      Builds and generates fxml mockups from page events in an event storming Board
      Parameters:
      board - generated by the fulibWorkflows yaml parser
    • buildFxmls

      public Map<String,String> buildFxmls(Board board)
      Builds fxml mockups from page events in an event storming Board
      Parameters:
      board - generated by the fulibWorkflows yaml parser
      Returns:
      Map containing all fxml files as string value, key consists of an index and fxml