com.eviware.soapui.impl.rest.panels.request.views.content
Class RestRequestContentView

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


Field Summary
 
Fields inherited from interface com.eviware.soapui.support.editor.EditorView
TITLE_PROPERTY
 
Constructor Summary
RestRequestContentView(AbstractRestRequestDesktopPanel.RestRequestMessageEditor restRequestMessageEditor, RestRequest restRequest)
           
 
Method Summary
protected  void buildComponent()
           
 javax.swing.JComponent getComponent()
           
 RestParamsTable getParamsTable()
           
 RestRequest getRestRequest()
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void release()
           
 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, 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

RestRequestContentView

public RestRequestContentView(AbstractRestRequestDesktopPanel.RestRequestMessageEditor restRequestMessageEditor,
                              RestRequest restRequest)
Method Detail

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.