NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #1677 (closed defect: fixed)

Opened 2013-03-14T10:27:28-05:00

Last modified 2013-04-16T16:51:14-05:00

ImageDisplays should be DND targets

Reported by: bdezonia Owned by: curtis
Priority: major Milestone: imagej2-b7-ndim-data
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #860

Description

ImageDisplays should be drag and drop targets. For instance one should be able to drag a lut on an image and have that lut applied. While dragging it on app frame should open a lut color bar. This second part is supported already. And the LutDragAndDropHandler code will support the first case. We just need to make ImageDisplays a drag and drop target,

Change History

comment:1 Changed 2013-03-14T14:27:57-05:00 by bdezonia

  • Owner changed from bdezonia to curtis
  • Status changed from new to assigned

Curtis, you may be able to do this quickly next week as part of your planned dnd work. If not discuss approach with me and I'll tackle. Assigning to you for now.

comment:2 Changed 2013-04-16T16:51:14-05:00 by curtis

  • Status changed from assigned to closed
  • Resolution set to fixed

Done in 58bc0fc8. Not perfect, but good enough for now.