public interface IDropRenderer
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayText(BaseComponent droppedItem)
The drop renderer should supply text to be displayed in association with the dropped item.
|
boolean |
isEnabled()
The drop renderer may return a value of false to temporarily disable its participation in
drop events.
|
BaseComponent |
renderDroppedItem(BaseComponent droppedItem)
The drop renderer should fully render the dropped item and return its root component.
|
BaseComponent renderDroppedItem(BaseComponent droppedItem)
droppedItem - The item that was dropped.String getDisplayText(BaseComponent droppedItem)
droppedItem - The dropped component.boolean isEnabled()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.