com.eviware.soapui.impl.rest.panels.request.views.param
Class RestRequestParamsView

java.lang.Object
  extended by com.eviware.soapui.support.editor.views.AbstractXmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
      extended by com.eviware.soapui.impl.rest.panels.request.views.param.RestRequestParamsView
All Implemented Interfaces:
EditorLocationListener<AbstractRestRequestDesktopPanel.RestRequestDocument>, EditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>, XmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>, PropertyChangeNotifier, java.beans.PropertyChangeListener, java.util.EventListener

public class RestRequestParamsView
extends AbstractXmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>


Field Summary
 
Fields inherited from interface com.eviware.soapui.support.editor.EditorView
TITLE_PROPERTY
 
Constructor Summary
RestRequestParamsView(AbstractRestRequestDesktopPanel.RestRequestMessageEditor restRequestMessageEditor, RestRequest restRequest)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 void requestFocus()
           
 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, 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

RestRequestParamsView

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

setXml

public void setXml(java.lang.String xml)
Specified by:
setXml in class AbstractXmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>

saveDocument

public boolean saveDocument(boolean validate)

getComponent

public javax.swing.JComponent getComponent()

requestFocus

public void requestFocus()
Specified by:
requestFocus in interface EditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>
Overrides:
requestFocus in class AbstractXmlEditorView<AbstractRestRequestDesktopPanel.RestRequestDocument>

setEditable

public void setEditable(boolean enabled)


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