Uses of Interface
net.anwiba.commons.swing.transferable.ITransferableFactory
-
Packages that use ITransferableFactory Package Description net.anwiba.commons.swing.transferable -
-
Uses of ITransferableFactory in net.anwiba.commons.swing.transferable
Methods in net.anwiba.commons.swing.transferable that return types with arguments of type ITransferableFactory Modifier and Type Method Description IOptional<ITransferableFactory,java.lang.RuntimeException>ITransferableFactories. getApplicable(java.lang.Object userObject)IOptional<ITransferableFactory,java.lang.RuntimeException>TransferableFactories. getApplicable(java.lang.Object userObject)Constructor parameters in net.anwiba.commons.swing.transferable with type arguments of type ITransferableFactory Constructor Description TransferableFactories(java.util.Collection<ITransferableFactory> factories)TransferableFactory(java.util.Collection<ITransferableFactory> transferableFactories)
-