com.eviware.soapui.support
Class ModelItemPropertyEditorModel<T extends ModelItem>

java.lang.Object
  extended by com.eviware.soapui.support.AbstractEditorModel
      extended by com.eviware.soapui.support.ModelItemPropertyEditorModel<T>
All Implemented Interfaces:
EditorModel, java.beans.PropertyChangeListener, java.util.EventListener

public class ModelItemPropertyEditorModel<T extends ModelItem>
extends AbstractEditorModel
implements java.beans.PropertyChangeListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.support.EditorModel
EditorModel.EditorModelListener
 
Constructor Summary
ModelItemPropertyEditorModel(T modelItem, java.lang.String propertyName)
           
 
Method Summary
 java.lang.String getEditorText()
           
 Settings getSettings()
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void release()
           
 void setEditorText(java.lang.String text)
           
 
Methods inherited from class com.eviware.soapui.support.AbstractEditorModel
addEditorModelListener, fireEditorTextChanged, removeEditorModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelItemPropertyEditorModel

public ModelItemPropertyEditorModel(T modelItem,
                                    java.lang.String propertyName)
Method Detail

getSettings

public Settings getSettings()
Specified by:
getSettings in interface EditorModel

getEditorText

public java.lang.String getEditorText()
Specified by:
getEditorText in interface EditorModel

setEditorText

public void setEditorText(java.lang.String text)
Specified by:
setEditorText in interface EditorModel

release

public void release()

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener


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