|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JSpellTextComponent
This interface can be implemented by classes other than TextComponents to allow spell checking of all types of GUI or even non-GUI objects.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||