|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SymbolEditor
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 |
---|
void assignExpression()
displayError
.
void backspace()
void cancelEditing()
void displayError()
String getText()
void insertText(String text)
text
- the text to insertvoid insertText(String text, int caretOffset)
text
- the text to insertcaretOffset
- the caret offset within the text
|
Protégé-OWL 3.3.1 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |