|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eviware.soapui.support.AbstractEditorModel
com.eviware.soapui.support.ModelItemPropertyEditorModel<T>
public class ModelItemPropertyEditorModel<T extends ModelItem>
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()
Returns the text to display in the editor |
Settings |
getSettings()
Return the settings to use for storing customizations (line-numbers, etc) |
void |
propertyChange(java.beans.PropertyChangeEvent evt)
|
void |
release()
|
void |
setEditorText(java.lang.String text)
Save the text in the editor, usually called when the contents of the editor have changed |
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 |
---|
public ModelItemPropertyEditorModel(T modelItem, java.lang.String propertyName)
Method Detail |
---|
public Settings getSettings()
EditorModel
getSettings
in interface EditorModel
public java.lang.String getEditorText()
EditorModel
getEditorText
in interface EditorModel
public void setEditorText(java.lang.String text)
EditorModel
setEditorText
in interface EditorModel
text
- the editor text to savepublic void release()
release
in class AbstractEditorModel
public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |