com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.source
Class XmlSourceEditorFactory.WsdlMockResponseXmlSourceEditor

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.AbstractEditorView
      extended by com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.source.XmlSourceEditorView
          extended by com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.source.XmlSourceEditorFactory.WsdlMockResponseXmlSourceEditor
All Implemented Interfaces:
XmlEditorView, XmlLocationListener, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
XmlSourceEditorFactory

public static class XmlSourceEditorFactory.WsdlMockResponseXmlSourceEditor
extends XmlSourceEditorView

XmlSource editor for a WsdlMockResponse

Author:
ole.matzura

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.source.XmlSourceEditorView
XmlSourceEditorView.ValidateMessageXmlAction
 
Field Summary
 
Fields inherited from class com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.source.XmlSourceEditorView
isLocating
 
Fields inherited from interface com.eviware.soapui.impl.wsdl.panels.request.components.editor.XmlEditorView
TITLE_PROPERTY
 
Constructor Summary
XmlSourceEditorFactory.WsdlMockResponseXmlSourceEditor(XmlEditor xmlEditor, WsdlMockResponse mockResponse)
           
 
Method Summary
protected  void buildPopup(javax.swing.JPopupMenu inputPopup, JXEditTextArea editArea)
           
 WsdlMockResponse getMockResponse()
           
protected  ValidationError[] validateXml(java.lang.String xml)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.source.XmlSourceEditorView
activate, buildUI, getComponent, getCurrentColumn, getCurrentLine, getEditorPopup, getEditorScrollPane, getInputArea, getLocation, getText, getViewId, hasFocus, isInspectable, locationChanged, release, saveDocument, setEditable, setLocation, setXml, validate
 
Methods inherited from class com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.AbstractEditorView
addLocationListener, addPropertyChangeListener, addPropertyChangeListener, deactivate, fireLocationChanged, getEditor, getPropertyChangeSupport, getTitle, getXml, getXmlDocument, isActive, isXmlChanged, propertyChange, removeLocationListener, removePropertyChangeListener, removePropertyChangeListener, requestFocus, setTitle, setXmlDocument, 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

XmlSourceEditorFactory.WsdlMockResponseXmlSourceEditor

public XmlSourceEditorFactory.WsdlMockResponseXmlSourceEditor(XmlEditor xmlEditor,
                                                              WsdlMockResponse mockResponse)
Method Detail

validateXml

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

getMockResponse

public WsdlMockResponse getMockResponse()

buildPopup

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


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