|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditorModel
Basic EditorModel for soapUI editors
Nested Class Summary | |
---|---|
static interface |
EditorModel.EditorModelListener
Interface for listeners to editor text changes |
Method Summary | |
---|---|
void |
addEditorModelListener(EditorModel.EditorModelListener editorModelListener)
Adds a listener for text changes |
java.lang.String |
getEditorText()
Returns the text to display in the editor |
Settings |
getSettings()
Return the settings to use for storing customizations (line-numbers, etc) |
void |
removeEditorModelListener(EditorModel.EditorModelListener editorModelListener)
Removes a listener for text changes |
void |
setEditorText(java.lang.String text)
Save the text in the editor, usually called when the contents of the editor have changed |
Method Detail |
---|
Settings getSettings()
java.lang.String getEditorText()
void setEditorText(java.lang.String text)
text
- the editor text to savevoid addEditorModelListener(EditorModel.EditorModelListener editorModelListener)
editorModelListener
- void removeEditorModelListener(EditorModel.EditorModelListener editorModelListener)
editorModelListener
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |