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 84026 - AcceptProvider vs. temporary graphics
Summary: AcceptProvider vs. temporary graphics
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-01 13:28 UTC by David Kaspar
Modified: 2006-09-01 13:28 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 2006-09-01 13:28:33 UTC
Now AcceptProvider has only isAcceptable method which is called for checking
whether the drag is acceptable or not.

When a developer would like to add a temporary Widget just during the dragging,
it is not possible with current API. Because the AcceptProvider is not notified
about the canceling of the drag or delegating of the drag to another AcceptProvider.