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

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

public static class XmlSourceEditorViewFactory.WsdlRequestXmlSourceEditor
extends XmlSourceEditorView<WsdlRequest>

XmlSource editor for a WsdlRequest

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.WsdlRequestXmlSourceEditor(XmlEditor xmlEditor, WsdlRequest request)
           
 
Method Summary
protected  void buildPopup(javax.swing.JPopupMenu inputPopup, JXEditTextArea editArea)
           
protected  void buildUI()
           
 WsdlRequest getRequest()
           
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, 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.WsdlRequestXmlSourceEditor

public XmlSourceEditorViewFactory.WsdlRequestXmlSourceEditor(XmlEditor xmlEditor,
                                                             WsdlRequest request)
Method Detail

validateXml

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

buildUI

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

buildPopup

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

getRequest

public WsdlRequest getRequest()


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