Package jisa.gui

Class Table

    • Field Detail

      • table

        public javafx.scene.control.TableView table
    • Constructor Detail

      • Table

        public Table​(java.lang.String title)
        Creates an empty table.
        Parameters:
        title - Window title
      • Table

        public Table​(java.lang.String title,
                     ResultTable list)
        Creates a table that watches and displays the contents of a ResultTable object.
        Parameters:
        title - Window title
        list - ResultTable to display
    • Method Detail

      • watchList

        public void watchList​(ResultTable list)
        Watch the given ResultTable to display its contents.
        Parameters:
        list - ResultTable to watch
      • watch

        public void watch​(ResultTable list)
        Watch the given ResultTable to display its contents.
        Parameters:
        list - ResultTable to watch
      • update

        public void update​(Row row)
      • clear

        public void clear()
        Specified by:
        clear in interface Clearable