| Package | Description |
|---|---|
| org.openstreetmap.josm.gui |
| Modifier and Type | Field and Description |
|---|---|
private FileDrop.TransferableObject.Fetcher |
FileDrop.TransferableObject.fetcher |
| Constructor and Description |
|---|
TransferableObject(java.lang.Class<?> dataClass,
FileDrop.TransferableObject.Fetcher fetcher)
Creates a new
FileDrop.TransferableObject that will return the
object that is returned by fetcher. |
TransferableObject(FileDrop.TransferableObject.Fetcher fetcher)
Creates a new
FileDrop.TransferableObject that will return the
object that is returned by fetcher. |