com.eviware.soapui.support.editor
Interface EditorInspector<T extends EditorDocument>
- All Superinterfaces:
- EditorLocationListener<T>, Inspector
- All Known Subinterfaces:
- XmlInspector
- All Known Implementing Classes:
- AbstractWsaInspector, AbstractWssInspector, AbstractXmlInspector, AttachmentsInspector, HttpHeadersInspector, MockResponseScriptInspector, RequestAutInspector, ResponseSSLInspector, RestResponseRepresentationsInspector, WsdlMockresponseWsaInspector, WsdlRequestWsaInspector, WssInspectorFactory.RequestMessageExchangeWssInspector, WssInspectorFactory.ResponseMessageExchangeWssInspector, WssInspectorFactory.WsdlMockRequestWssInspector, WssInspectorFactory.WsdlResponseWssInspector
public interface EditorInspector<T extends EditorDocument>
- extends EditorLocationListener<T>, Inspector
Inspectors available for the XmlDocument of a XmlEditor
- Author:
- ole.matzura
Methods inherited from interface com.eviware.soapui.support.components.Inspector |
activate, addPropertyChangeListener, deactivate, getComponent, getDescription, getIcon, getInspectorId, getTitle, isEnabled, release, removePropertyChangeListener |
init
void init(Editor<T> editor)
getEditor
Editor<T> getEditor()
isContentHandler
boolean isContentHandler()
isEnabledFor
boolean isEnabledFor(EditorView<T> view)
Copyright © 2005-2008 eviware.com. All Rights Reserved.