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

Summary: AcceptProvider vs. temporary graphics
Product: platform Reporter: David Kaspar <dkaspar>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.