com.eviware.soapui.support.editor.inspectors.wsrm
Class AbstractWsrmInspector

java.lang.Object
  extended by com.eviware.soapui.support.editor.inspectors.AbstractXmlInspector
      extended by com.eviware.soapui.support.editor.inspectors.wsrm.AbstractWsrmInspector
All Implemented Interfaces:
Inspector, EditorInspector<XmlDocument>, EditorLocationListener<XmlDocument>, XmlInspector
Direct Known Subclasses:
WsdlRequestWsrmInspector, WsdlRequestWsrmPiggybackInspector

public abstract class AbstractWsrmInspector
extends AbstractXmlInspector


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

Constructor Detail

AbstractWsrmInspector

protected AbstractWsrmInspector(WsrmContainer wsrmContainer)
Method Detail

getComponent

public javax.swing.JComponent getComponent()

buildContent

public void buildContent(SimpleBindingForm form)

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


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