Class StatisticsFrontEnd

    • Field Detail

      • RUN

        private final String RUN
      • CANCEL

        private final String CANCEL
      • STOP_ICON

        private final ImageIcon STOP_ICON
      • statisticsUI

        private org.gephi.statistics.spi.StatisticsUI statisticsUI
      • currentStatistics

        private org.gephi.statistics.spi.Statistics currentStatistics
      • busyLabel

        private org.jdesktop.swingx.JXBusyLabel busyLabel
      • displayLabel

        private JLabel displayLabel
      • reportButton

        private JButton reportButton
      • resultLabel

        private JLabel resultLabel
      • runButton

        private JButton runButton
    • Constructor Detail

      • StatisticsFrontEnd

        public StatisticsFrontEnd​(org.gephi.statistics.spi.StatisticsUI ui)
    • Method Detail

      • initUI

        private void initUI​(org.gephi.statistics.spi.StatisticsUI ui)
      • run

        private void run()
      • cancel

        private void cancel()
      • showReport

        private void showReport()
      • initComponents

        private void initComponents()
        This method is called from within the constructor to initialize the form. WARNING: Do NOT modify this code. The content of this method is always regenerated by the Form Editor.