com.eviware.soapui.support.dnd
Interface ModelItemDropHandler<T>

All Known Implementing Classes:
AbstractAfterModelItemDropHandler, AbstractBeforeAfterModelItemDropHandler, AbstractBeforeModelItemDropHandler, AbstractModelItemDropHandler, InterfaceToProjectDropHandler, MockServiceToProjectDropHandler, OperationToMockServiceDropHandler, RequestToMockOperationDropHandler, RequestToTestCaseDropHandler, RequestToTestStepDropHandler, RequestToTestStepsDropHandler, TestCaseToProjectDropHandler, TestCaseToTestCaseDropHandler, TestCaseToTestSuiteDropHandler, TestStepToTestCaseDropHandler, TestStepToTestStepDropHandler, TestStepToTestStepsDropHandler, TestSuiteToProjectDropHandler

public interface ModelItemDropHandler<T>


Method Summary
 boolean canDrop(T source, T target, int dropAction, int dropType)
           
 boolean drop(T source, T target, int dropAction, int dropType)
           
 java.lang.String getDropInfo(T sourceModelItem, T targetModelItem, int dropAction, int dropType)
           
 

Method Detail

canDrop

boolean canDrop(T source,
                T target,
                int dropAction,
                int dropType)

drop

boolean drop(T source,
             T target,
             int dropAction,
             int dropType)

getDropInfo

java.lang.String getDropInfo(T sourceModelItem,
                             T targetModelItem,
                             int dropAction,
                             int dropType)


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