Interface SpellCheckCompleted
- All Superinterfaces:
BrowserEvent
,Event
An event indicating that spell checking on the frame has been completed.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Browser
browser()
Returns theBrowser
instance initiated this event.default String
Returns a string that represents the text that has been checked by the spell checker.default Frame
frame()
Returns theFrame
instance 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:BrowserEvent
Returns theBrowser
instance initiated this event.- Specified by:
browser
in interfaceBrowserEvent
-
frame
Returns theFrame
instance 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.
-