public interface IDropHandler
| Modifier and Type | Method and Description |
|---|---|
void |
drop(BaseComponent droppedItem)
Simulates a drop event.
|
String |
getDropId()
Handler returns the id(s) of the drop types it can accept.
|
String getDropId()
void drop(BaseComponent droppedItem)
droppedItem - The dropped item.Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.