Interface SpellCheckCompleted
- All Superinterfaces:
BrowserEvent,Event
An event indicating that spell checking on the frame has been completed.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Browserbrowser()Returns theBrowserinstance initiated this event.default StringReturns a string that represents the text that has been checked by the spell checker.default Frameframe()Returns theFrameinstance in which spell checking has been completed.default List<SpellCheckingResult>results()Returns an immutable list of the spell checking results.
-
Method Details
-
browser
Description copied from interface:BrowserEventReturns theBrowserinstance initiated this event.- Specified by:
browserin interfaceBrowserEvent
-
frame
Returns theFrameinstance in which spell checking has been completed. -
checkedText
Returns a string that represents the text that has been checked by the spell checker. -
results
Returns an immutable list of the spell checking results.
-