Package org.languagetool.gui

Examples of org.languagetool.gui.ConfigurationDialog$CategoryComparator


  ConfigThread(final Language docLanguage, final Configuration config,
      final org.languagetool.openoffice.Main main) {
    this.docLanguage = docLanguage;
    this.config = config;
    mainThread = main;
    cfgDialog = new ConfigurationDialog(null, true);
    cfgDialog.setDisabledRules(config.getDisabledRuleIds());
    cfgDialog.setEnabledRules(config.getEnabledRuleIds());
    cfgDialog.setDisabledCategories(config.getDisabledCategoryNames());
    cfgDialog.setMotherTongue(config.getMotherTongue());   
  }
View Full Code Here


  ConfigThread(final Language docLanguage, final Configuration config,
      final org.languagetool.openoffice.Main main) {
    this.docLanguage = docLanguage;
    this.config = config;
    mainThread = main;
    cfgDialog = new ConfigurationDialog(null, true, config);
  }
View Full Code Here

TOP

Related Classes of org.languagetool.gui.ConfigurationDialog$CategoryComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.