public abstract class AbstractWssInspector extends AbstractXmlInspector
log
DESCRIPTION_PROPERTY, ENABLED_PROPERTY, ICON_PROPERTY, TITLE_PROPERTY
Modifier | Constructor and Description |
---|---|
protected |
AbstractWssInspector() |
Modifier and Type | Method and Description |
---|---|
JComponent |
getComponent() |
abstract Vector<?> |
getWssResults() |
boolean |
isEnabledFor(EditorView<XmlDocument> view) |
void |
locationChanged(XmlLocation location) |
void |
release() |
void |
update() |
activate, addPropertyChangeListener, deactivate, getDescription, getEditor, getIcon, getInspectorId, getTitle, init, isActive, isContentHandler, isEnabled, locationChanged, removePropertyChangeListener, setDescription, setEnabled, setIcon, setTitle, showInPanel
public void release()
release
in interface Inspector
release
in class AbstractXmlInspector
public void locationChanged(XmlLocation location)
public JComponent getComponent()
public abstract Vector<?> getWssResults()
public void update()
public boolean isEnabledFor(EditorView<XmlDocument> view)
isEnabledFor
in interface EditorInspector<XmlDocument>
isEnabledFor
in interface XmlInspector
isEnabledFor
in class AbstractXmlInspector
Copyright © 2019. All Rights Reserved.