Helper service for transferring internal objects using drag and drop. More...
import"sbIDndSourceTracker.idl";
Public Member Functions | |
| void | reset () |
| Clears the data out of the source tracker. More... | |
| AString | registerSource (in nsISupports aSource) |
| Registers an object with the source tracker. More... | |
| nsISupports | getSource (in AString aHandle) |
| Get an object from the source tracker. More... | |
| nsISupports | getSourceSupports (in nsISupportsString aSupportsString) |
| Get an object from the source tracker using a nsISupportsString for the handle. More... | |
Helper service for transferring internal objects using drag and drop.
Definition at line 41 of file sbIDndSourceTracker.idl.
| nsISupports sbIDndSourceTracker::getSource | ( | in AString | aHandle | ) |
Get an object from the source tracker.
| aHandle | Handle of the object to get |
| nsISupports sbIDndSourceTracker::getSourceSupports | ( | in nsISupportsString | aSupportsString | ) |
Get an object from the source tracker using a nsISupportsString for the handle.
| aSupportsString | nsISupportsString containing the handle |
| AString sbIDndSourceTracker::registerSource | ( | in nsISupports | aSource | ) |
Registers an object with the source tracker.
| void sbIDndSourceTracker::reset | ( | ) |
Clears the data out of the source tracker.