com.eviware.soapui.support.editor.xml
Interface XmlEditorView<T extends XmlDocument>

All Superinterfaces:
EditorLocationListener<T>, EditorView<T>, PropertyChangeNotifier
All Known Implementing Classes:
AbstractXmlEditorView, RawXmlEditor, RestHtmlResponseView, RestJsonResponseView, RestRequestContentView, XmlSourceEditorView, XmlSourceEditorViewFactory.WsdlMockRequestXmlSourceEditor, XmlSourceEditorViewFactory.WsdlMockResponseXmlSourceEditor, XmlSourceEditorViewFactory.WsdlRequestXmlSourceEditor, XmlSourceEditorViewFactory.WsdlResponseXmlSourceEditor

public interface XmlEditorView<T extends XmlDocument>
extends EditorView<T>

Views available for the XmlDocument of a XmlEditor

Author:
ole.matzura

Field Summary
 
Fields inherited from interface com.eviware.soapui.support.editor.EditorView
TITLE_PROPERTY
 
Method Summary
 boolean saveDocument(boolean validate)
           
 
Methods inherited from interface com.eviware.soapui.support.editor.EditorView
activate, addLocationListener, deactivate, getComponent, getDocument, getEditor, getEditorLocation, getTitle, getViewId, release, removeLocationListener, requestFocus, setDocument, setEditable, setLocation
 
Methods inherited from interface com.eviware.soapui.support.PropertyChangeNotifier
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface com.eviware.soapui.support.editor.EditorLocationListener
locationChanged
 

Method Detail

saveDocument

boolean saveDocument(boolean validate)


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