Class GenerateDependencies

  • All Implemented Interfaces:
    javafx.fxml.Initializable

    public class GenerateDependencies
    extends javafx.application.Application
    implements javafx.fxml.Initializable
    add-on for generate dependencies between different lines of events works for linear events (no fork)

    GenerateDependencies class diagram

    • Nested Class Summary

      • Nested classes/interfaces inherited from class javafx.application.Application

        javafx.application.Application.Parameters
    • Field Summary

      • Fields inherited from class javafx.application.Application

        STYLESHEET_CASPIAN, STYLESHEET_MODENA
    • Constructor Detail

      • GenerateDependencies

        public GenerateDependencies()
    • Method Detail

      • initialize

        public void initialize​(URL location,
                               ResourceBundle resources)
        Specified by:
        initialize in interface javafx.fxml.Initializable
      • start

        public void start​(javafx.stage.Stage primaryStage)
                   throws Exception
        Specified by:
        start in class javafx.application.Application
        Throws:
        Exception