Module tvbrowser

Class ReminderConstants


  • public final class ReminderConstants
    extends java.lang.Object
    • Field Detail

      • DONT_REMIND_AGAIN_VALUE

        public static final RemindValue DONT_REMIND_AGAIN_VALUE
      • REMIND_AFTER_VALUE_ARR

        static final RemindValue[] REMIND_AFTER_VALUE_ARR
      • REMIND_BEFORE_VALUE_ARR

        static final RemindValue[] REMIND_BEFORE_VALUE_ARR
    • Constructor Detail

      • ReminderConstants

        public ReminderConstants()
    • Method Detail

      • getStringForMinutes

        static final java.lang.String getStringForMinutes​(int minutes)
      • getPreReminderMinutesSelection

        public static final javax.swing.JComboBox<RemindValue> getPreReminderMinutesSelection​(int selectedMinutes)
      • getReminderMinutesSelected

        public static final int getReminderMinutesSelected​(javax.swing.JComboBox<RemindValue> selection)
      • getAutoCloseReminderTime

        static int getAutoCloseReminderTime​(Program p)
        Gets the time (in seconds) after which the reminder frame closes automatically.
        Parameters:
        p - The program to use.
        Returns:
        The auto close reminder time or 0 if no auto close time exists.