package javax.baja.ui.spell; public interface SpellingError { String getInvalidWord(); int getPosition(); String[] getSuggestions(); }