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

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.WsdlMockResponseXmlSourceEditor
All Implemented Interfaces:
EditorLocationListener<XmlDocument>, EditorView<XmlDocument>, XmlEditorView<XmlDocument>, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
XmlSourceEditorViewFactory

public static class XmlSourceEditorViewFactory.WsdlMockResponseXmlSourceEditor
extends XmlSourceEditorView<WsdlMockResponse>

XmlSource editor for a WsdlMockResponse

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.WsdlMockResponseXmlSourceEditor(XmlEditor xmlEditor, WsdlMockResponse mockResponse)
           
 
Method Summary
protected  void buildPopup(javax.swing.JPopupMenu inputPopup, JXEditTextArea editArea)
           
protected  void buildUI()
           
 WsdlMockResponse getMockResponse()
           
protected  ValidationError[] validateXml(java.lang.String xml)
           
 
Methods inherited from class com.eviware.soapui.support.editor.views.xml.source.XmlSourceEditorView
activate, 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, locationChanged, 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.WsdlMockResponseXmlSourceEditor

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

buildUI

protected void buildUI()
Overrides:
buildUI in class XmlSourceEditorView<WsdlMockResponse>

validateXml

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

getMockResponse

public WsdlMockResponse getMockResponse()

buildPopup

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


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