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

java.lang.Object
  extended by com.eviware.soapui.support.editor.views.AbstractXmlEditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>
      extended by com.eviware.soapui.impl.support.http.HttpRequestContentView
          extended by com.eviware.soapui.impl.rest.panels.request.views.content.RestRequestContentView
All Implemented Interfaces:
EditorLocationListener<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>, EditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>, XmlEditorView<AbstractHttpXmlRequestDesktopPanel.HttpRequestDocument>, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener

public class RestRequestContentView
extends HttpRequestContentView


Field Summary
 
Fields inherited from interface com.eviware.soapui.support.editor.EditorView
TITLE_PROPERTY
 
Constructor Summary
RestRequestContentView(AbstractHttpXmlRequestDesktopPanel.HttpRequestMessageEditor restRequestMessageEditor, RestRequestInterface restRequest)
           
 
Method Summary
protected  RestParamsTable buildParamsTable()
           
protected  java.awt.Component buildToolbar()
           
 RestParamsTable getParamsTable()
           
protected  java.lang.Object[] getRequestMediaTypes()
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 
Methods inherited from class com.eviware.soapui.impl.support.http.HttpRequestContentView
addMediaTypeCombo, addPostQueryCheckBox, buildComponent, buildContent, getComponent, getRestRequest, release, saveDocument, setEditable, setXml
 
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(AbstractHttpXmlRequestDesktopPanel.HttpRequestMessageEditor restRequestMessageEditor,
                              RestRequestInterface restRequest)
Method Detail

buildParamsTable

protected RestParamsTable buildParamsTable()
Overrides:
buildParamsTable in class HttpRequestContentView

getParamsTable

public RestParamsTable getParamsTable()
Overrides:
getParamsTable in class HttpRequestContentView

buildToolbar

protected java.awt.Component buildToolbar()
Overrides:
buildToolbar in class HttpRequestContentView

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener
Overrides:
propertyChange in class HttpRequestContentView

getRequestMediaTypes

protected java.lang.Object[] getRequestMediaTypes()
Overrides:
getRequestMediaTypes in class HttpRequestContentView


Copyright © 2005-2010 eviware.com. All Rights Reserved.