com.eviware.soapui.support.editor.views.xml.raw
Class RawXmlEditor<T extends XmlDocument>

java.lang.Object
  extended by com.eviware.soapui.support.editor.views.AbstractXmlEditorView<T>
      extended by 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>


Field Summary
 
Fields inherited from interface com.eviware.soapui.support.editor.EditorView
TITLE_PROPERTY
 
Constructor Summary
RawXmlEditor(java.lang.String title, XmlEditor<T> xmlEditor, java.lang.String tooltip)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
abstract  java.lang.String getContent()
           
 boolean isInspectable()
           
 boolean saveDocument(boolean validate)
           
 void setEditable(boolean enabled)
           
 void setXml(java.lang.String xml)
           
 
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
 

Constructor Detail

RawXmlEditor

public RawXmlEditor(java.lang.String title,
                    XmlEditor<T> xmlEditor,
                    java.lang.String tooltip)
Method Detail

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-2010 eviware.com. All Rights Reserved.