|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITextInputListener
Interface for classes that can be written text to.
| Method Summary | |
|---|---|
void |
appendCharByUnicode(java.lang.String unicode)Append char by unicode. |
void |
appendText(java.lang.String text)Append text. |
void |
clear()Clear. |
java.lang.String |
getText()Gets the text. |
void |
removeLastCharacter()Removes the last character. |
void |
setText(java.lang.String text)Sets the text. |
| Method Detail |
|---|
void clear()
void appendText(java.lang.String text)
text - the textvoid setText(java.lang.String text)
text - the new textjava.lang.String getText()
void appendCharByUnicode(java.lang.String unicode)
unicode - the unicodevoid removeLastCharacter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||