com.eviware.soapui.impl.wsdl.panels.request.components.editor.raw
Class RawXmlEditor

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.raw.RawXmlEditor
All Implemented Interfaces:
XmlEditorView, XmlLocationListener, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener

public abstract class RawXmlEditor
extends AbstractEditorView


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

Constructor Detail

RawXmlEditor

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

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.