Class InformativeStatisticFactory.Dialog

    • Constructor Detail

      • Dialog

        public Dialog​(Dialog owner,
                      Dialog.ModalityType modality)
        Initializes the dialog.
        Parameters:
        owner - the component that controls the dialog
        modality - the type of modality
      • Dialog

        public Dialog​(Frame owner,
                      boolean modal)
        Initializes the dialog.
        Parameters:
        owner - the component that controls the dialog
        modal - if true then the dialog will be modal
    • Method Detail

      • initialize

        protected void initialize()
        For initializing members.
        Overrides:
        initialize in class BaseDialog
      • initGUI

        protected void initGUI()
        Initializes the components.
        Overrides:
        initGUI in class BaseDialog
      • setStatistics

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