Uses of Interface
com.eviware.soapui.support.editor.registry.EditorViewFactory

Packages that use EditorViewFactory
com.eviware.soapui.impl.rest.panels.request.views.content   
com.eviware.soapui.impl.rest.panels.request.views.html   
com.eviware.soapui.impl.rest.panels.request.views.json   
com.eviware.soapui.impl.rest.panels.request.views.param   
com.eviware.soapui.support.editor.registry   
com.eviware.soapui.support.editor.views.xml.raw   
com.eviware.soapui.support.editor.views.xml.source Default XML Source View classes 
 

Uses of EditorViewFactory in com.eviware.soapui.impl.rest.panels.request.views.content
 

Classes in com.eviware.soapui.impl.rest.panels.request.views.content that implement EditorViewFactory
 class RestRequestContentViewFactory
           
 

Uses of EditorViewFactory in com.eviware.soapui.impl.rest.panels.request.views.html
 

Classes in com.eviware.soapui.impl.rest.panels.request.views.html that implement EditorViewFactory
 class RestHtmlResponseViewFactory
           
 

Uses of EditorViewFactory in com.eviware.soapui.impl.rest.panels.request.views.json
 

Classes in com.eviware.soapui.impl.rest.panels.request.views.json that implement EditorViewFactory
 class RestJsonResponseViewFactory
           
 

Uses of EditorViewFactory in com.eviware.soapui.impl.rest.panels.request.views.param
 

Classes in com.eviware.soapui.impl.rest.panels.request.views.param that implement EditorViewFactory
 class RestRequestParamsViewFactory
           
 

Uses of EditorViewFactory in com.eviware.soapui.support.editor.registry
 

Subinterfaces of EditorViewFactory in com.eviware.soapui.support.editor.registry
 interface RequestEditorViewFactory
          Interface fore request editor views
 interface ResponseEditorViewFactory
          Interface for response editor views
 

Methods in com.eviware.soapui.support.editor.registry that return EditorViewFactory
 EditorViewFactory[] EditorViewFactoryRegistry.getFactories()
           
 EditorViewFactory[] EditorViewFactoryRegistry.getFactoriesOfType(java.lang.Class<?> type)
           
 

Methods in com.eviware.soapui.support.editor.registry with parameters of type EditorViewFactory
 void EditorViewFactoryRegistry.addFactory(EditorViewFactory factory)
           
 void EditorViewFactoryRegistry.setFactory(java.lang.String viewId, EditorViewFactory factory)
           
 

Uses of EditorViewFactory in com.eviware.soapui.support.editor.views.xml.raw
 

Classes in com.eviware.soapui.support.editor.views.xml.raw that implement EditorViewFactory
 class RawXmlEditorFactory
           
 

Uses of EditorViewFactory in com.eviware.soapui.support.editor.views.xml.source
 

Classes in com.eviware.soapui.support.editor.views.xml.source that implement EditorViewFactory
 class XmlSourceEditorViewFactory
          Factory for default "XML" source editor view in soapUI
 



Copyright © 2005-2008 eviware.com. All Rights Reserved.