Uses of Class
org.languagetool.rules.Category
Packages that use Category
Package
Description
-
Uses of Category in org.languagetool
Methods in org.languagetool that return types with arguments of type CategoryModifier and TypeMethodDescriptionJLanguageTool.getCategories()Get all rule categories for the current language. -
Uses of Category in org.languagetool.gui
Fields in org.languagetool.gui declared as CategoryMethods in org.languagetool.gui that return CategoryConstructors in org.languagetool.gui with parameters of type Category -
Uses of Category in org.languagetool.rules
Fields in org.languagetool.rules declared as CategoryModifier and TypeFieldDescriptionprivate CategoryRule.categoryprivate static final CategoryRule.MISCMethods in org.languagetool.rules that return CategoryModifier and TypeMethodDescriptionCategories.getCategory(ResourceBundle messages) Rule.getCategory()Methods in org.languagetool.rules with parameters of type CategoryConstructors in org.languagetool.rules with parameters of type CategoryModifierConstructorDescriptionSpecificIdRule(String id, String desc, boolean isPremium, Category category, ITSIssueType issueType, List<Tag> tags) -
Uses of Category in org.languagetool.rules.patterns
Fields in org.languagetool.rules.patterns declared as Category -
Uses of Category in org.languagetool.server
Methods in org.languagetool.server that return CategoryMethods in org.languagetool.server that return types with arguments of type Category -
Uses of Category in org.languagetool.tools
Methods in org.languagetool.tools with parameters of type CategoryModifier and TypeMethodDescriptionprivate voidRuleMatchesAsJsonSerializer.writeCategory(com.fasterxml.jackson.core.JsonGenerator g, Category category)