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

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.WsdlRequestXmlSourceEditor
All Implemented Interfaces:
XmlEditorView, XmlLocationListener, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
XmlSourceEditorFactory

public static class XmlSourceEditorFactory.WsdlRequestXmlSourceEditor
extends XmlSourceEditorView

XmlSource editor for a WsdlRequest

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.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.impl.wsdl.panels.request.components.editor.views.source.XmlSourceEditorView
activate, 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.WsdlRequestXmlSourceEditor

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

validateXml

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

buildUI

protected void buildUI()
Overrides:
buildUI in class XmlSourceEditorView

buildPopup

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

getRequest

public WsdlRequest getRequest()


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