com.eviware.soapui.impl.wsdl.panels.request.components.editor
Interface XmlEditorView
- All Superinterfaces:
- PropertyChangeNotifier, XmlLocationListener
- All Known Implementing Classes:
- AbstractEditorView, RawXmlEditor, XmlSourceEditorFactory.WsdlMockRequestXmlSourceEditor, XmlSourceEditorFactory.WsdlMockResponseXmlSourceEditor, XmlSourceEditorFactory.WsdlRequestXmlSourceEditor, XmlSourceEditorFactory.WsdlResponseXmlSourceEditor, XmlSourceEditorView
public interface XmlEditorView
- extends PropertyChangeNotifier, XmlLocationListener
Views available for the XmlDocument of a XmlEditor
- Author:
- ole.matzura
TITLE_PROPERTY
static final java.lang.String TITLE_PROPERTY
getEditor
XmlEditor getEditor()
getTitle
java.lang.String getTitle()
getComponent
javax.swing.JComponent getComponent()
deactivate
boolean deactivate()
activate
boolean activate(XmlLocation location)
getLocation
XmlLocation getLocation()
setLocation
void setLocation(XmlLocation location)
setXmlDocument
void setXmlDocument(XmlDocument xmlDocument)
getXmlDocument
XmlDocument getXmlDocument()
saveDocument
boolean saveDocument(boolean validate)
addLocationListener
void addLocationListener(XmlLocationListener listener)
removeLocationListener
void removeLocationListener(XmlLocationListener listener)
release
void release()
isInspectable
boolean isInspectable()
setEditable
void setEditable(boolean enabled)
getViewId
java.lang.String getViewId()
requestFocus
void requestFocus()
Copyright © 2005-2008 eviware.com. All Rights Reserved.