Collaboration diagram for DnDManager:A simple class that uses a HashMap and some UUIDs to support DnD. TODO: If a drop-operation fails, the object remains in the map...
Public Static Methods | |
| static String | prepareDrag (Object obj) |
| static Object | getObject (Object key) |
| static void | remove (Object key) |
| static Object getObject | ( | Object | key | ) | [static] |
| key |
| static String prepareDrag | ( | Object | obj | ) | [static] |
| obj |
| static void remove | ( | Object | key | ) | [static] |
| key |