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