com.eviware.soapui.support.dnd
Interface ModelItemDropHandler<T>
- All Known Implementing Classes:
- AbstractAfterModelItemDropHandler, AbstractBeforeAfterModelItemDropHandler, AbstractBeforeModelItemDropHandler, AbstractModelItemDropHandler, InterfaceToProjectDropHandler, MockResponseToTestCaseDropHandler, MockResponseToTestStepDropHandler, MockResponseToTestStepsDropHandler, MockServiceToProjectDropHandler, OperationToMockServiceDropHandler, RequestToMockOperationDropHandler, RequestToTestCaseDropHandler, RequestToTestStepDropHandler, RequestToTestStepsDropHandler, TestCaseToProjectDropHandler, TestCaseToTestCaseDropHandler, TestCaseToTestSuiteDropHandler, TestStepToTestCaseDropHandler, TestStepToTestStepDropHandler, TestStepToTestStepsDropHandler, TestSuiteToProjectDropHandler, TestSuiteToTestSuiteDropHandler
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)
|
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-2010 eviware.com. All Rights Reserved.