Package-level declarations

This package provides classes and interfaces for spell checking.

This package provides classes and interfaces for spell checking.

Types

Link copied to clipboard
public interface Dictionary
public interface Dictionary
Provides functionality for working with a spell check dictionary.
Link copied to clipboard
public final class Language
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 SpellChecker implements ProfileService
public interface SpellChecker implements ProfileService
A profile service that provides functionality for configuring spell checking.
Link copied to clipboard
public interface SpellCheckingResult
public interface SpellCheckingResult
A spell checking result that contains the bounds of a mis-spelled substring of the checked text.