Uses of Package
jmri.util.iharder.dnd
-
Packages that use jmri.util.iharder.dnd Package Description jmri.util.iharder.dnd jmri.util.swing Tools and utilities for doing a systematic reworking of the JMRI GUI. -
Classes in jmri.util.iharder.dnd used by jmri.util.iharder.dnd Class Description TransferableObject.Fetcher Instead of passing your data directly to theTransferableObject
constructor, you may want to know exactly when your data was received in case you need to remove it from its source (or do anyting else to it).URIDrop.Listener Implement this inner interface to listen for when uris are dropped.URIDropEvent This is the event that is passed to theURIsDropped(...)
method in yourURIDropListener
when URIs are dropped onto a registered drop target. -
Classes in jmri.util.iharder.dnd used by jmri.util.swing Class Description URIDrop.Listener Implement this inner interface to listen for when uris are dropped.URIDrop.ListenerExt