com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.httpheaders
Class HttpHeadersInspector

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.AbstractXmlInspector
      extended by com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.httpheaders.HttpHeadersInspector
All Implemented Interfaces:
XmlInspector, XmlLocationListener, Inspector, java.beans.PropertyChangeListener, java.util.EventListener

public class HttpHeadersInspector
extends AbstractXmlInspector
implements java.beans.PropertyChangeListener


Field Summary
 boolean changing
           
 
Fields inherited from interface com.eviware.soapui.support.components.Inspector
DESCRIPTION_PROPERTY, ENABLED_PROPERTY, ICON_PROPERTY, TITLE_PROPERTY
 
Constructor Summary
protected HttpHeadersInspector(HttpHeadersInspectorModel response)
           
 
Method Summary
 javax.swing.JComponent getComponent()
           
 javax.swing.JTable getHeadersTable()
           
 void locationChanged(XmlLocation location)
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
           
 void release()
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.panels.request.components.editor.inspectors.AbstractXmlInspector
activate, addPropertyChangeListener, deactivate, getDescription, getEditor, getIcon, getInspectorId, getTitle, init, isActive, isContentHandler, isEnabled, removePropertyChangeListener, setDescription, setEnabled, setTitle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

changing

public boolean changing
Constructor Detail

HttpHeadersInspector

protected HttpHeadersInspector(HttpHeadersInspectorModel response)
Method Detail

getComponent

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

getHeadersTable

public javax.swing.JTable getHeadersTable()

locationChanged

public void locationChanged(XmlLocation location)
Specified by:
locationChanged in interface XmlLocationListener

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-2007 eviware.com. All Rights Reserved.