public interface JSpellTextComponent
Modifier and Type | Method and Description |
---|---|
void |
deselect()
Deselect text in the text component.
|
java.awt.Frame |
getFrame()
Get the parent frame of the wrapped component.
|
java.lang.String |
getText()
Allows classes that access JSpellTextComponent implementors to retrieve
the text contained in the control.
|
java.awt.TextComponent |
getTextComponent()
Get the TextComponent
|
void |
select(int begin,
int end)
Selects text from begin to end.
|
void |
setText(java.lang.String text)
Sets the text in the control.
|
java.lang.String getText()
void setText(java.lang.String text)
text
- a String.void select(int begin, int end)
begin
- an int.end
- an int.java.awt.Frame getFrame()
java.awt.TextComponent getTextComponent()
void deselect()
JSpell SDK - Spell Checker for the Java Platform
Copyright © 2009-2019 Page Scholar Inc, All Rights Reserved - https://www.jspell.com