com.eviware.soapui.support
Class AbstractEditorModel

java.lang.Object
  extended by com.eviware.soapui.support.AbstractEditorModel
All Implemented Interfaces:
EditorModel
Direct Known Subclasses:
ModelItemPropertyEditorModel

public abstract class AbstractEditorModel
extends java.lang.Object
implements EditorModel


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)
           
 void fireEditorTextChanged(java.lang.String oldText, java.lang.String newText)
           
 void removeEditorModelListener(EditorModel.EditorModelListener editorModelListener)
           
 
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

AbstractEditorModel

public AbstractEditorModel()
Method Detail

addEditorModelListener

public void addEditorModelListener(EditorModel.EditorModelListener editorModelListener)
Specified by:
addEditorModelListener in interface EditorModel

removeEditorModelListener

public void removeEditorModelListener(EditorModel.EditorModelListener editorModelListener)
Specified by:
removeEditorModelListener in interface EditorModel

fireEditorTextChanged

public void fireEditorTextChanged(java.lang.String oldText,
                                  java.lang.String newText)


Copyright © 2005-2008 eviware.com. All Rights Reserved.