Class StatisticsControllerUIImpl

    • Constructor Detail

      • StatisticsControllerUIImpl

        public StatisticsControllerUIImpl()
    • Method Detail

      • unsetup

        public void unsetup()
      • execute

        public void execute​(org.gephi.statistics.spi.Statistics statistics)
        Description copied from interface: StatisticsControllerUI
        Execute the statistics in a background thread. The statistics should implement LongTask.
        Specified by:
        execute in interface StatisticsControllerUI
        Parameters:
        statistics - the statistics algorithm instance
      • execute

        public void execute​(org.gephi.statistics.spi.Statistics statistics,
                            org.gephi.utils.longtask.api.LongTaskListener listener)
        Description copied from interface: StatisticsControllerUI
        Execute the statistics in a background thread an call the listener when finished. The statistics should implement LongTask.
        Specified by:
        execute in interface StatisticsControllerUI
        Parameters:
        statistics - the statistics algorithm instance
        listener - a listener that is notified when execution finished
      • getUI

        public org.gephi.statistics.spi.StatisticsUI[] getUI​(org.gephi.statistics.spi.Statistics statistics)
      • setStatisticsUIVisible

        public void setStatisticsUIVisible​(org.gephi.statistics.spi.StatisticsUI ui,
                                           boolean visible)
        Description copied from interface: StatisticsControllerUI
        Sets the visible state for a given StatisticsUI.
        Specified by:
        setStatisticsUIVisible in interface StatisticsControllerUI
        Parameters:
        ui - the UI instance
        visible - true to display the front-end