com.eviware.soapui.support.dnd.handlers
Class DragAndDropSupport

java.lang.Object
  extended by com.eviware.soapui.support.dnd.handlers.DragAndDropSupport

public class DragAndDropSupport
extends java.lang.Object


Constructor Summary
DragAndDropSupport()
           
 
Method Summary
static boolean copyTestStep(WsdlTestStep source, WsdlTestCase target, int defaultPosition)
           
static boolean importRequiredInterfaces(WsdlProject project, java.util.Set<Interface> requiredInterfaces, java.lang.String title)
           
static boolean moveTestStep(WsdlTestStep source, WsdlTestCase target, int defaultPosition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragAndDropSupport

public DragAndDropSupport()
Method Detail

copyTestStep

public static boolean copyTestStep(WsdlTestStep source,
                                   WsdlTestCase target,
                                   int defaultPosition)

importRequiredInterfaces

public static boolean importRequiredInterfaces(WsdlProject project,
                                               java.util.Set<Interface> requiredInterfaces,
                                               java.lang.String title)

moveTestStep

public static boolean moveTestStep(WsdlTestStep source,
                                   WsdlTestCase target,
                                   int defaultPosition)


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