com.eviware.soapui.impl.rest.panels.request.views.content
Class RestRequestContentView
java.lang.Object
com.eviware.soapui.support.editor.views.AbstractXmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
com.eviware.soapui.impl.rest.panels.request.views.content.RestRequestContentView
- All Implemented Interfaces:
- EditorLocationListener<AbstractRestRequestDesktopPanel.RestRequestDocument>, EditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>, XmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener
public class RestRequestContentView
- extends AbstractXmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
- implements java.beans.PropertyChangeListener
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, 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 |
RestRequestContentView
public RestRequestContentView(AbstractRestRequestDesktopPanel.RestRequestMessageEditor restRequestMessageEditor,
RestRequest restRequest)
getComponent
public javax.swing.JComponent getComponent()
- Specified by:
getComponent
in interface EditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
buildComponent
protected void buildComponent()
release
public void release()
- Specified by:
release
in interface EditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
- Overrides:
release
in class AbstractXmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
getRestRequest
public RestRequest getRestRequest()
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface java.beans.PropertyChangeListener
- Overrides:
propertyChange
in class AbstractXmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
setXml
public void setXml(java.lang.String xml)
- Specified by:
setXml
in class AbstractXmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
saveDocument
public boolean saveDocument(boolean validate)
- Specified by:
saveDocument
in interface XmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
setEditable
public void setEditable(boolean enabled)
- Specified by:
setEditable
in interface EditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
getParamsTable
public RestParamsTable getParamsTable()
Copyright © 2005-2008 eviware.com. All Rights Reserved.