public class FormEditorView extends com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument> implements FormEditorModelListener
| Modifier and Type | Class and Description |
|---|---|
class |
FormEditorView.ValidateFormEditorAction |
static class |
FormEditorView.ViewType |
| Modifier and Type | Field and Description |
|---|---|
static String |
FORMEDITORVIEWTYPE_SETTING |
| Constructor and Description |
|---|
FormEditorView(FormEditorModel formEditorModel,
com.eviware.soapui.support.editor.xml.XmlEditor<com.eviware.soapui.support.editor.xml.XmlDocument> xmlEditor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
activate(com.eviware.soapui.support.editor.EditorLocation<com.eviware.soapui.support.editor.xml.XmlDocument> xmlDocumentEditorLocation) |
void |
clearErrors() |
boolean |
deactivate() |
JComponent |
getComponent() |
FormEditorModel |
getEditorModel() |
boolean |
isAutoValidate() |
void |
modelChanged() |
void |
particleChanged(FormEditorParticle particle) |
void |
rebuildEditor() |
void |
release() |
boolean |
saveDocument(boolean validate) |
void |
setAutoValidate(boolean autoValidate) |
void |
setEditable(boolean enabled) |
void |
setXml(String xml) |
boolean |
validate() |
addLocationListener, addPropertyChangeListener, addPropertyChangeListener, fireLocationChanged, getDocument, getEditor, getEditorLocation, getPropertyChangeSupport, getTitle, getViewId, getXml, isActive, isXmlChanged, locationChanged, propertyChange, removeLocationListener, removePropertyChangeListener, removePropertyChangeListener, requestFocus, setDocument, setLocation, setTitle, syncUpdates, updatepublic static final String FORMEDITORVIEWTYPE_SETTING
public FormEditorView(FormEditorModel formEditorModel, com.eviware.soapui.support.editor.xml.XmlEditor<com.eviware.soapui.support.editor.xml.XmlDocument> xmlEditor)
public boolean activate(com.eviware.soapui.support.editor.EditorLocation<com.eviware.soapui.support.editor.xml.XmlDocument> xmlDocumentEditorLocation)
activate in interface com.eviware.soapui.support.editor.EditorView<com.eviware.soapui.support.editor.xml.XmlDocument>activate in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public void rebuildEditor()
public void setXml(String xml)
setXml in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public boolean deactivate()
deactivate in interface com.eviware.soapui.support.editor.EditorView<com.eviware.soapui.support.editor.xml.XmlDocument>deactivate in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public boolean saveDocument(boolean validate)
saveDocument in interface com.eviware.soapui.support.editor.xml.XmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public JComponent getComponent()
getComponent in interface com.eviware.soapui.support.editor.EditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public void setEditable(boolean enabled)
setEditable in interface com.eviware.soapui.support.editor.EditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public boolean validate()
public void clearErrors()
public void release()
release in interface com.eviware.soapui.support.editor.EditorView<com.eviware.soapui.support.editor.xml.XmlDocument>release in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<com.eviware.soapui.support.editor.xml.XmlDocument>public FormEditorModel getEditorModel()
public void modelChanged()
modelChanged in interface FormEditorModelListenerpublic void particleChanged(FormEditorParticle particle)
particleChanged in interface FormEditorModelListenerpublic boolean isAutoValidate()
public void setAutoValidate(boolean autoValidate)
Copyright © 2013. All Rights Reserved.