public interface SpellCheckCompleted extends BrowserEvent
Modifier and Type | Method and Description |
---|---|
default Browser |
browser()
Returns the
Browser instance initiated this event. |
default java.lang.String |
checkedText()
Returns a string that represents the text that has been checked by the spell checker.
|
default Frame |
frame()
Returns the
Frame instance in which spell checking has been completed. |
default java.util.List<SpellCheckingResult> |
results()
Returns an immutable list of the spell checking results.
|
default Browser browser()
BrowserEvent
Browser
instance initiated this event.browser
in interface BrowserEvent
default Frame frame()
Frame
instance in which spell checking has been completed.default java.lang.String checkedText()
default java.util.List<SpellCheckingResult> results()