Uses of Interface
org.openstreetmap.josm.gui.FileDrop.TransferableObject.Fetcher

Uses of FileDrop.TransferableObject.Fetcher in org.openstreetmap.josm.gui
 

Constructors in org.openstreetmap.josm.gui with parameters of type FileDrop.TransferableObject.Fetcher
FileDrop.TransferableObject(java.lang.Class<?> dataClass, FileDrop.TransferableObject.Fetcher fetcher)
          Creates a new FileDrop.TransferableObject that will return the object that is returned by fetcher.
FileDrop.TransferableObject(FileDrop.TransferableObject.Fetcher fetcher)
          Creates a new FileDrop.TransferableObject that will return the object that is returned by fetcher.