Module tvbrowser

Class ReminderSettingsTab

  • All Implemented Interfaces:
    SettingsTab

    public class ReminderSettingsTab
    extends java.lang.Object
    implements SettingsTab
    Author:
    Martin Oberhauser
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JPanel createSettingsPanel()
      Creates the settings panel for this tab.
      javax.swing.Icon getIcon()
      Returns the icon of the tab-sheet.
      java.lang.String getTitle()
      Returns the title of the tab-sheet.
      void saveSettings()
      Called by the host-application, if the user wants to save the settings.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReminderSettingsTab

        public ReminderSettingsTab()
        Constructor.
    • Method Detail

      • createSettingsPanel

        public javax.swing.JPanel createSettingsPanel()
        Creates the settings panel for this tab.
        Specified by:
        createSettingsPanel in interface SettingsTab
        Returns:
        The panel with the settings GUI.
      • saveSettings

        public void saveSettings()
        Called by the host-application, if the user wants to save the settings.
        Specified by:
        saveSettings in interface SettingsTab
      • getIcon

        public javax.swing.Icon getIcon()
        Returns the icon of the tab-sheet.
        Specified by:
        getIcon in interface SettingsTab
        Returns:
        The icon to show for this settings tab.
      • getTitle

        public java.lang.String getTitle()
        Returns the title of the tab-sheet.
        Specified by:
        getTitle in interface SettingsTab
        Returns:
        The title to show for this settings tab.