com.eviware.soapui.impl.wsdl.panels.request.components.editor.raw
Class RawXmlEditor
java.lang.Object
com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.AbstractEditorView
com.eviware.soapui.impl.wsdl.panels.request.components.editor.raw.RawXmlEditor
- All Implemented Interfaces:
- XmlEditorView, XmlLocationListener, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
public abstract class RawXmlEditor
- extends AbstractEditorView
Methods inherited from class com.eviware.soapui.impl.wsdl.panels.request.components.editor.views.AbstractEditorView |
activate, addLocationListener, addPropertyChangeListener, addPropertyChangeListener, deactivate, fireLocationChanged, getEditor, getLocation, getPropertyChangeSupport, getTitle, getXml, getXmlDocument, isActive, isXmlChanged, locationChanged, propertyChange, release, removeLocationListener, removePropertyChangeListener, removePropertyChangeListener, requestFocus, setLocation, setTitle, setXmlDocument, syncUpdates, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RawXmlEditor
public RawXmlEditor(java.lang.String title,
XmlEditor xmlEditor,
java.lang.String tooltip)
setXml
public void setXml(java.lang.String xml)
- Specified by:
setXml
in class AbstractEditorView
getContent
public abstract java.lang.String getContent()
getComponent
public javax.swing.JComponent getComponent()
getViewId
public java.lang.String getViewId()
isInspectable
public boolean isInspectable()
saveDocument
public boolean saveDocument(boolean validate)
setEditable
public void setEditable(boolean enabled)
Copyright © 2005-2008 eviware.com. All Rights Reserved.