Class HistoryController


  • public class HistoryController
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      javafx.scene.control.TitledPane collapse  
      javafx.scene.control.ListView<Turn> list  
      javafx.scene.control.SplitPane split  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(javafx.beans.property.ObjectProperty<GameManager> gameManager)  
      • Methods inherited from class java.lang.Object

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

      • list

        public javafx.scene.control.ListView<Turn> list
      • collapse

        public javafx.scene.control.TitledPane collapse
      • split

        public javafx.scene.control.SplitPane split
    • Constructor Detail

      • HistoryController

        public HistoryController()
    • Method Detail

      • init

        public void init​(javafx.beans.property.ObjectProperty<GameManager> gameManager)