com.eviware.soapui.support.editor.views.xml.source
Class XmlSourceEditorViewFactory.WsdlMockRequestXmlSourceEditor

java.lang.Object
  extended by com.eviware.soapui.support.editor.views.AbstractXmlEditorView<XmlDocument>
      extended by com.eviware.soapui.support.editor.views.xml.source.XmlSourceEditorView<WsdlMockResponse>
          extended by com.eviware.soapui.support.editor.views.xml.source.XmlSourceEditorViewFactory.WsdlMockRequestXmlSourceEditor
All Implemented Interfaces:
EditorLocationListener<XmlDocument>, EditorView<XmlDocument>, XmlEditorView<XmlDocument>, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
XmlSourceEditorViewFactory

public static class XmlSourceEditorViewFactory.WsdlMockRequestXmlSourceEditor
extends XmlSourceEditorView<WsdlMockResponse>

XmlSource editor for a WsdlMockRequest

Author:
ole.matzura

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.support.editor.views.xml.source.XmlSourceEditorView
XmlSourceEditorView.ValidateMessageXmlAction
 
Field Summary
 
Fields inherited from class com.eviware.soapui.support.editor.views.xml.source.XmlSourceEditorView
isLocating
 
Fields inherited from interface com.eviware.soapui.support.editor.EditorView
TITLE_PROPERTY
 
Constructor Summary
XmlSourceEditorViewFactory.WsdlMockRequestXmlSourceEditor(XmlEditor xmlEditor, WsdlMockResponse mockResponse)
           
 
Method Summary
protected  void buildPopup(javax.swing.JPopupMenu inputPopup, JXEditTextArea editArea)
           
protected  ValidationError[] validateXml(java.lang.String xml)
           
 
Methods inherited from class com.eviware.soapui.support.editor.views.xml.source.XmlSourceEditorView
activate, buildUI, getComponent, getCurrentColumn, getCurrentLine, getEditorLocation, getEditorPopup, getEditorScrollPane, getInputArea, getModelItem, getText, getValidateXmlAction, hasFocus, isInspectable, locationChanged, release, saveDocument, setEditable, setLocation, setXml, validate
 
Methods inherited from class com.eviware.soapui.support.editor.views.AbstractXmlEditorView
activate, addLocationListener, addPropertyChangeListener, addPropertyChangeListener, deactivate, fireLocationChanged, getDocument, getEditor, getPropertyChangeSupport, getTitle, getViewId, getXml, isActive, isXmlChanged, propertyChange, removeLocationListener, removePropertyChangeListener, removePropertyChangeListener, requestFocus, setDocument, setLocation, setTitle, syncUpdates, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Constructor Detail

XmlSourceEditorViewFactory.WsdlMockRequestXmlSourceEditor

public XmlSourceEditorViewFactory.WsdlMockRequestXmlSourceEditor(XmlEditor xmlEditor,
                                                                 WsdlMockResponse mockResponse)
Method Detail

validateXml

protected ValidationError[] validateXml(java.lang.String xml)
Overrides:
validateXml in class XmlSourceEditorView<WsdlMockResponse>

buildPopup

protected void buildPopup(javax.swing.JPopupMenu inputPopup,
                          JXEditTextArea editArea)
Overrides:
buildPopup in class XmlSourceEditorView<WsdlMockResponse>


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