com.eviware.soapui.support.editor.inspectors
Class AbstractXmlInspector
java.lang.Object
com.eviware.soapui.support.editor.inspectors.AbstractXmlInspector
- All Implemented Interfaces:
- Inspector, EditorInspector<XmlDocument>, EditorLocationListener<XmlDocument>, XmlInspector
- Direct Known Subclasses:
- AbstractRestRepresentationsInspector, AbstractWsaInspector, AbstractWssInspector, AttachmentsInspector, HttpHeadersInspector, MockResponseScriptInspector, RequestAutInspector, ResponseSSLInspector
public abstract class AbstractXmlInspector
- extends java.lang.Object
- implements XmlInspector
Abstract base-class to be extended by XmlInspectors
- Author:
- ole.matzura
Constructor Summary |
protected |
AbstractXmlInspector(java.lang.String title,
java.lang.String description,
boolean enabled,
java.lang.String inspectorId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractXmlInspector
protected AbstractXmlInspector(java.lang.String title,
java.lang.String description,
boolean enabled,
java.lang.String inspectorId)
getInspectorId
public final java.lang.String getInspectorId()
- Specified by:
getInspectorId
in interface Inspector
deactivate
public void deactivate()
- Specified by:
deactivate
in interface Inspector
getIcon
public javax.swing.ImageIcon getIcon()
- Specified by:
getIcon
in interface Inspector
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener
in interface Inspector
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener
in interface Inspector
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface Inspector
getTitle
public java.lang.String getTitle()
- Specified by:
getTitle
in interface Inspector
setDescription
public void setDescription(java.lang.String description)
setTitle
public void setTitle(java.lang.String title)
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface Inspector
setEnabled
public void setEnabled(boolean enabled)
init
public void init(Editor<XmlDocument> editor)
- Specified by:
init
in interface EditorInspector<XmlDocument>
- Specified by:
init
in interface XmlInspector
getEditor
public Editor<XmlDocument> getEditor()
- Specified by:
getEditor
in interface EditorInspector<XmlDocument>
- Specified by:
getEditor
in interface XmlInspector
release
public void release()
- Specified by:
release
in interface Inspector
activate
public void activate()
- Specified by:
activate
in interface Inspector
isActive
public boolean isActive()
isContentHandler
public boolean isContentHandler()
- Specified by:
isContentHandler
in interface EditorInspector<XmlDocument>
- Specified by:
isContentHandler
in interface XmlInspector
locationChanged
public void locationChanged(EditorLocation<XmlDocument> location)
- Specified by:
locationChanged
in interface EditorLocationListener<XmlDocument>
isEnabledFor
public boolean isEnabledFor(EditorView<XmlDocument> view)
- Specified by:
isEnabledFor
in interface EditorInspector<XmlDocument>
- Specified by:
isEnabledFor
in interface XmlInspector
Copyright © 2005-2008 eviware.com. All Rights Reserved.