|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eviware.soapui.support.AbstractEditorModel
public abstract class AbstractEditorModel
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.eviware.soapui.support.EditorModel |
|---|
EditorModel.EditorModelListener |
| Constructor Summary | |
|---|---|
AbstractEditorModel()
|
|
| Method Summary | |
|---|---|
void |
addEditorModelListener(EditorModel.EditorModelListener editorModelListener)
Adds a listener for text changes |
void |
fireEditorTextChanged(java.lang.String oldText,
java.lang.String newText)
|
void |
release()
|
void |
removeEditorModelListener(EditorModel.EditorModelListener editorModelListener)
Removes a listener for text changes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.eviware.soapui.support.EditorModel |
|---|
getEditorText, getSettings, setEditorText |
| Constructor Detail |
|---|
public AbstractEditorModel()
| Method Detail |
|---|
public void addEditorModelListener(EditorModel.EditorModelListener editorModelListener)
EditorModel
addEditorModelListener in interface EditorModelpublic void removeEditorModelListener(EditorModel.EditorModelListener editorModelListener)
EditorModel
removeEditorModelListener in interface EditorModel
public void fireEditorTextChanged(java.lang.String oldText,
java.lang.String newText)
public void release()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||