Class DynamicSettingsPanel

    • Field Detail

      • DAYS

        private final String DAYS
      • HOURS

        private final String HOURS
      • MILLISECONDS

        private final String MILLISECONDS
      • MINUTES

        private final String MINUTES
      • SECONDS

        private final String SECONDS
      • windowTimeUnit

        private TimeUnit windowTimeUnit
      • tickTimeUnit

        private TimeUnit tickTimeUnit
      • bounds

        private org.gephi.graph.api.Interval bounds
      • currentIntervalLabel

        private JLabel currentIntervalLabel
      • jLabel1

        private JLabel jLabel1
      • jLabel2

        private JLabel jLabel2
      • jPanel1

        private JPanel jPanel1
      • labelCurrentTimeline

        private JLabel labelCurrentTimeline
      • tickTimeUnitCombo

        private JComboBox tickTimeUnitCombo
      • windowInfoLabel

        private JLabel windowInfoLabel
      • windowTextField

        private JTextField windowTextField
      • windowTimeUnitCombo

        private JComboBox windowTimeUnitCombo
    • Constructor Detail

      • DynamicSettingsPanel

        public DynamicSettingsPanel()
    • Method Detail

      • setup

        public void setup​(org.gephi.statistics.spi.DynamicStatistics dynamicStatistics)
      • unsetup

        public void unsetup​(org.gephi.statistics.spi.DynamicStatistics dynamicStatistics)
      • createValidation

        public void createValidation​(org.netbeans.validation.api.ui.ValidationGroup group)
      • getTimeInMilliseconds

        private double getTimeInMilliseconds​(String text,
                                             TimeUnit timeUnit)
      • refreshWindowTimeUnit

        private void refreshWindowTimeUnit()
      • refreshTickTimeUnit

        private void refreshTickTimeUnit()
      • loadDefaultTimeUnits

        private void loadDefaultTimeUnits()
      • saveDefaultTimeUnits

        private void saveDefaultTimeUnits()
      • buildTooltip

        private org.gephi.ui.components.richtooltip.RichTooltip buildTooltip()
      • 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.