|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
assignExpression()
Ends the editing process and assigns the expression. |
void |
backspace()
Performs a backspace operation. |
void |
cancelEditing()
Cancels the editing process without assigning a value. |
void |
displayError()
Checks the syntax of the current input and displays the error. |
String |
getText()
Gets the currently entered text. |
void |
insertText(String text)
Inserts some text at the caret position. |
void |
insertText(String text,
int caretOffset)
Inserts some text at the caret position and specifies the new caret position within the inserted text. |
Method Detail |
public void assignExpression()
displayError
.
public void backspace()
public void cancelEditing()
public void displayError()
public String getText()
public void insertText(String text)
text
- the text to insertpublic void insertText(String text, int caretOffset)
text
- the text to insertcaretOffset
- the caret offset within the text
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |