public interface GeometryDestination| Modifier and Type | Method and Description |
|---|---|
void |
handle(Collection
Handle to insert the denoted geometries here.
|
void |
reorder(TransferHandler
Reorder action occurred due to drag'n'drop.
|
void reorder(TransferHandler.TransferSupport ts)
ts - the TransferSupport instance involved.
void handle(Collection<Geometry > geometries, TransferHandler .TransferSupport ts)
geometries - the geometries to handle.
ts - the TransferSupport instance involved.