Class SampleDataFactory.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

      • newPanel

        protected adams.gui.visualization.report.ReportFactory.Panel newPanel()
        Returns a new tabbed pane instance.
        Overrides:
        newPanel in class adams.gui.visualization.report.ReportFactory.Dialog<adams.gui.visualization.report.ReportContainer,​adams.gui.visualization.report.ReportContainerManager>
        Returns:
        the tabbed pane