public abstract class AbstractXmlOverviewEditorView<T extends com.eviware.soapui.support.editor.xml.XmlDocument>
extends com.eviware.soapui.support.editor.views.AbstractXmlEditorView<T>
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractXmlOverviewEditorView.JInternalTextArea |
| Constructor and Description |
|---|
AbstractXmlOverviewEditorView(com.eviware.soapui.support.editor.xml.XmlEditor<T> xmlEditor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
extendToolbar(com.eviware.soapui.support.components.JXToolBar toolbar,
XmlObjectTreeModel.XmlTreeNode treeNode,
List<com.eviware.soapui.support.components.JCollapsiblePanel> childPanels) |
JComponent |
getComponent() |
protected abstract com.eviware.soapui.model.testsuite.TestProperty |
getMessageProperty() |
protected abstract com.eviware.soapui.impl.wsdl.support.soap.SoapVersion |
getSoapVersion() |
boolean |
isInspectable() |
protected boolean |
isSkippableAttribute(XmlObjectTreeModel.XmlTreeNode treeNode) |
void |
release() |
boolean |
saveDocument(boolean validate) |
void |
setEditable(boolean enabled) |
void |
setXml(String xml) |
activate, addLocationListener, addPropertyChangeListener, addPropertyChangeListener, deactivate, fireLocationChanged, getDocument, getEditor, getEditorLocation, getPropertyChangeSupport, getTitle, getViewId, getXml, isActive, isXmlChanged, locationChanged, propertyChange, removeLocationListener, removePropertyChangeListener, removePropertyChangeListener, requestFocus, setDocument, setLocation, setTitle, syncUpdates, updatepublic AbstractXmlOverviewEditorView(com.eviware.soapui.support.editor.xml.XmlEditor<T> xmlEditor)
public void setXml(String xml)
setXml in class com.eviware.soapui.support.editor.views.AbstractXmlEditorView<T extends com.eviware.soapui.support.editor.xml.XmlDocument>protected abstract com.eviware.soapui.model.testsuite.TestProperty getMessageProperty()
protected boolean isSkippableAttribute(XmlObjectTreeModel.XmlTreeNode treeNode)
protected void extendToolbar(com.eviware.soapui.support.components.JXToolBar toolbar,
XmlObjectTreeModel.XmlTreeNode treeNode,
List<com.eviware.soapui.support.components.JCollapsiblePanel> childPanels)
public JComponent getComponent()
public boolean isInspectable()
public boolean saveDocument(boolean validate)
public void setEditable(boolean enabled)
public void release()
protected abstract com.eviware.soapui.impl.wsdl.support.soap.SoapVersion getSoapVersion()
Copyright © 2013. All Rights Reserved.