Class InformativeStatisticFactory.MultiPagePane

    • Constructor Detail

      • MultiPagePane

        public MultiPagePane()
        Initializes the tabbed pane with not statistics.
      • MultiPagePane

        public MultiPagePane​(List<InformativeStatistic> stats)
        Initializes the tabbed pane with the statistics.
        Parameters:
        stats - the underlying statistics
    • Method Detail

      • setStatistics

        public void setStatistics​(List<InformativeStatistic> value)
        Sets the statistics.
        Parameters:
        value - the underlying statistics
      • getStatistics

        public List<InformativeStatistic> getStatistics()
        Returns the underlying statistics.
        Returns:
        the statistics
      • updateStats

        protected void updateStats()
        updates the tabbed pane.