Class TabContentPanel

    • Constructor Detail

      • TabContentPanel

        public TabContentPanel()
    • Method Detail

      • getUpdateInterval

        public abstract int getUpdateInterval()
        Gets the update interval of this panel, in units of 200 milliseconds (the plugin panel checks if its contents should be updated every 200 ms; this can be considered its "tick rate").
      • update

        public abstract void update()
      • getFormattedEstimate

        public static String getFormattedEstimate​(long remainingSeconds,
                                                  TimeFormatMode mode)