public class LocalTransfer
extends java.lang.Object
Dragboard that transfers the content without serializing it.| Modifier and Type | Field and Description |
|---|---|
static LocalTransfer |
INSTANCE
the one and only instance
|
| Constructor and Description |
|---|
LocalTransfer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getObject() |
void |
setObject(java.lang.Object object) |
public static LocalTransfer INSTANCE