com.eviware.soapui.support.editor
Interface EditorView<T extends EditorDocument>
- All Superinterfaces:
- EditorLocationListener<T>, PropertyChangeNotifier
- All Known Subinterfaces:
- XmlEditorView<T>
- All Known Implementing Classes:
- AbstractEditorView, AbstractXmlEditorView, HttpHtmlResponseView, HttpRequestContentView, JsonResponseView, RawXmlEditor, RestRequestContentView, XmlSourceEditorView, XmlSourceEditorViewFactory.WsdlMockRequestXmlSourceEditor, XmlSourceEditorViewFactory.WsdlMockResponseXmlSourceEditor, XmlSourceEditorViewFactory.WsdlRequestXmlSourceEditor, XmlSourceEditorViewFactory.WsdlResponseXmlSourceEditor
public interface EditorView<T extends EditorDocument>
- extends PropertyChangeNotifier, EditorLocationListener<T>
Views available for the XmlDocument of a XmlEditor
- Author:
- ole.matzura
TITLE_PROPERTY
static final java.lang.String TITLE_PROPERTY
getEditor
Editor<T> getEditor()
getTitle
java.lang.String getTitle()
getComponent
javax.swing.JComponent getComponent()
deactivate
boolean deactivate()
activate
boolean activate(EditorLocation<T> location)
getEditorLocation
EditorLocation<T> getEditorLocation()
setLocation
void setLocation(EditorLocation<T> location)
setDocument
void setDocument(T document)
getDocument
T getDocument()
addLocationListener
void addLocationListener(EditorLocationListener<T> listener)
removeLocationListener
void removeLocationListener(EditorLocationListener<T> listener)
release
void release()
setEditable
void setEditable(boolean enabled)
getViewId
java.lang.String getViewId()
requestFocus
void requestFocus()
Copyright © 2005-2010 eviware.com. All Rights Reserved.