public interface FormEditorModel
| Modifier and Type | Method and Description |
|---|---|
void |
addFormEditorModelListener(FormEditorModelListener listener) |
com.eviware.soapui.impl.wsdl.AttachmentContainer |
getAttachmentContainer() |
Action |
getDefaultAction() |
String |
getDescription() |
com.eviware.soapui.model.ModelItem |
getModelItem() |
String |
getName() |
FormEditorParticle |
getRootParticle() |
com.eviware.soapui.model.settings.Settings |
getSettings() |
com.eviware.soapui.support.action.swing.ActionList |
getToolbarActions() |
String |
getXml() |
void |
release() |
void |
removeFormEditorModelListener(FormEditorModelListener listener) |
void |
setXml(String xml) |
FormEditorParticle getRootParticle()
String getXml()
void setXml(String xml)
Action getDefaultAction()
com.eviware.soapui.model.ModelItem getModelItem()
String getName()
String getDescription()
com.eviware.soapui.model.settings.Settings getSettings()
com.eviware.soapui.support.action.swing.ActionList getToolbarActions()
void release()
com.eviware.soapui.impl.wsdl.AttachmentContainer getAttachmentContainer()
void addFormEditorModelListener(FormEditorModelListener listener)
void removeFormEditorModelListener(FormEditorModelListener listener)
Copyright © 2013. All Rights Reserved.