Uses of Interface
jmri.util.iharder.dnd.TransferableObject.Fetcher
- 
Packages that use TransferableObject.Fetcher Package Description jmri.util.iharder.dnd  - 
- 
Uses of TransferableObject.Fetcher in jmri.util.iharder.dnd
Constructors in jmri.util.iharder.dnd with parameters of type TransferableObject.Fetcher Constructor Description TransferableObject(java.lang.Class<?> dataClass, TransferableObject.Fetcher fetcher)Creates a newTransferableObjectthat will return the object that is returned by fetcher.TransferableObject(TransferableObject.Fetcher fetcher)Creates a newTransferableObjectthat will return the object that is returned by fetcher. 
 -