Class AnalysisController


  • public class AnalysisController
    extends java.lang.Object
    Controller for the analysis view.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void initialize()
      Initializes the controller.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnalysisController

        public AnalysisController()
    • Method Detail

      • initialize

        public void initialize()
        Initializes the controller. This should only be called by the FXML loader.