Class SpellcheckerConfigurationController

    • Field Detail

      • OLD_DICT_URLS

        public static final java.util.List<java.lang.String> OLD_DICT_URLS
    • Constructor Detail

      • SpellcheckerConfigurationController

        public SpellcheckerConfigurationController()
    • Method Detail

      • getGui

        public javax.swing.JComponent getGui()
        Description copied from interface: IPreferencesController
        Get the GUI (the "view") controlled by this controller. This should not be a window (e.g. JDialog, JFrame) but rather a component embeddable in a window (e.g. JPanel).
      • restoreDefaults

        public void restoreDefaults()
        Description copied from interface: IPreferencesController
        Restore preferences controlled by this view to their default state.