com.eviware.soapui.support.editor.views.xml.raw
Class RawXmlEditor<T extends XmlDocument>
java.lang.Object
com.eviware.soapui.support.editor.views.AbstractXmlEditorView<T>
com.eviware.soapui.support.editor.views.xml.raw.RawXmlEditor<T>
- All Implemented Interfaces:
- EditorLocationListener<T>, EditorView<T>, XmlEditorView<T>, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
public abstract class RawXmlEditor<T extends XmlDocument>
- extends AbstractXmlEditorView<T>
Methods inherited from class com.eviware.soapui.support.editor.views.AbstractXmlEditorView |
activate, addLocationListener, addPropertyChangeListener, addPropertyChangeListener, deactivate, fireLocationChanged, getDocument, getEditor, getEditorLocation, getPropertyChangeSupport, getTitle, getViewId, getXml, isActive, isXmlChanged, locationChanged, propertyChange, release, 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 |
RawXmlEditor
public RawXmlEditor(java.lang.String title,
XmlEditor<T> xmlEditor,
java.lang.String tooltip)
setXml
public void setXml(java.lang.String xml)
- Specified by:
setXml
in class AbstractXmlEditorView<T extends XmlDocument>
getContent
public abstract java.lang.String getContent()
getComponent
public javax.swing.JComponent getComponent()
isInspectable
public boolean isInspectable()
saveDocument
public boolean saveDocument(boolean validate)
setEditable
public void setEditable(boolean enabled)
Copyright © 2005-2009 eviware.com. All Rights Reserved.