This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 186377 - Missing API for customizing DragSource from the palette.
Summary: Missing API for customizing DragSource from the palette.
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Palette (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 12:00 UTC by David Kaspar
Modified: 2012-04-04 13:48 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kaspar 2010-05-19 12:00:37 UTC
Currently the dragged item from the palette is not customizable. Therefore dragging an item from palette on MacOSX will automatically be displayed as a rectangle of size of the boundary of the dragged item in the Palette. There are some specialized scenarios where you want to disable or change that default rectangle e.g. when you are dragging an item from Palette and dropping it into a visual-designer e.g. Java Matisse or JavaFX Composer. These Design areas are rendering the dragged item directly in their area and with better details (e.g. an actual component instead of a Rectangle).

Therefore there should be an API/SPI which allows to customize it by the owner of the content of the Palette.