com.eviware.soapui.support
Class DefaultEditorFactory

java.lang.Object
  extended by com.eviware.soapui.support.DefaultEditorFactory
All Implemented Interfaces:
EditorFactory

public class DefaultEditorFactory
extends java.lang.Object
implements EditorFactory


Constructor Summary
DefaultEditorFactory()
           
 
Method Summary
 javax.swing.JComponent buildGroovyEditor(GroovyEditorModel editorModel)
           
 javax.swing.JComponent buildXmlEditor(EditorModel editorModel)
           
 javax.swing.JComponent buildXPathEditor(EditorModel editorModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultEditorFactory

public DefaultEditorFactory()
Method Detail

buildXPathEditor

public javax.swing.JComponent buildXPathEditor(EditorModel editorModel)
Specified by:
buildXPathEditor in interface EditorFactory

buildXmlEditor

public javax.swing.JComponent buildXmlEditor(EditorModel editorModel)
Specified by:
buildXmlEditor in interface EditorFactory

buildGroovyEditor

public javax.swing.JComponent buildGroovyEditor(GroovyEditorModel editorModel)
Specified by:
buildGroovyEditor in interface EditorFactory


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