Package-level declarations

This package provides classes and interfaces for spell checking.

Types

Link copied to clipboard
public interface Dictionary
Provides functionality for working with a spell check dictionary.
Link copied to clipboard
public final class Language
A language for which Chromium can perform spell checking.
Link copied to clipboard
Thrown when Chromium fails to configure the spellchecker fails to initialize the spelling dictionary for a language.
Link copied to clipboard
public interface SanitationError
A sanitation error occurred when modifying the spell check dictionary.
Link copied to clipboard
The reason why a word has failed sanitation during an attempt to modify the spell check dictionary.
Link copied to clipboard
public interface SpellChecker implements ProfileService
A profile service that provides functionality for configuring spell checking.
Link copied to clipboard
public interface SpellCheckingResult
A spell checking result that contains the bounds of a mis-spelled substring of the checked text.