com.eviware.soapui.impl.rest.panels.request.inspectors.representations
Class RestResponseRepresentationsInspector

java.lang.Object
  extended by com.eviware.soapui.support.editor.inspectors.AbstractXmlInspector
      extended by com.eviware.soapui.impl.rest.panels.request.inspectors.representations.RestResponseRepresentationsInspector
All Implemented Interfaces:
Inspector, EditorInspector<XmlDocument>, EditorLocationListener<XmlDocument>, XmlInspector, java.beans.PropertyChangeListener, java.util.EventListener

public class RestResponseRepresentationsInspector
extends AbstractXmlInspector
implements java.beans.PropertyChangeListener


Nested Class Summary
 class RestResponseRepresentationsInspector.ResponseRepresentationsTableModel
           
 
Field Summary
 
Fields inherited from interface com.eviware.soapui.support.components.Inspector
DESCRIPTION_PROPERTY, ENABLED_PROPERTY, ICON_PROPERTY, TITLE_PROPERTY
 
Constructor Summary
protected RestResponseRepresentationsInspector(RestRequest request)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 boolean isEnabledFor(EditorView<XmlDocument> view)
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void release()
           
 
Methods inherited from class com.eviware.soapui.support.editor.inspectors.AbstractXmlInspector
activate, addPropertyChangeListener, deactivate, getDescription, getEditor, getIcon, getInspectorId, getTitle, init, isActive, isContentHandler, isEnabled, locationChanged, removePropertyChangeListener, setDescription, setEnabled, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestResponseRepresentationsInspector

protected RestResponseRepresentationsInspector(RestRequest request)
Method Detail

getComponent

public javax.swing.JComponent getComponent()
Specified by:
getComponent in interface Inspector

isEnabledFor

public boolean isEnabledFor(EditorView<XmlDocument> view)
Specified by:
isEnabledFor in interface EditorInspector<XmlDocument>
Specified by:
isEnabledFor in interface XmlInspector
Overrides:
isEnabledFor in class AbstractXmlInspector

release

public void release()
Specified by:
release in interface Inspector
Overrides:
release in class AbstractXmlInspector

propertyChange

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


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