public class DummyTransferHandler extends Object implements ITransferHandler
| Constructor and Description |
|---|
DummyTransferHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(Object userObject,
Transferable transferable) |
boolean |
take(JComponent component,
Object userObject,
Collection<Object> objects) |
public boolean isApplicable(Object userObject, Transferable transferable)
isApplicable in interface ITransferHandlerpublic boolean take(JComponent component, Object userObject, Collection<Object> objects)
take in interface ITransferHandlerCopyright © 2007–2019 Andreas W. Bartels. All rights reserved.