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 105393

Summary: API: Insufficient ResizeProvider interface
Product: platform Reporter: David Kaspar <dkaspar>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description David Kaspar 2007-06-01 13:16:50 UTC
ResizeProvider is missing methods similar to MoveProvider and therefore you
cannot naturally do more complex operation - e.g. modify location and bounds
values at the same time.
The solution could be to introduce ResizeProvider2 interface which inherits from
ResizeProvider and contains additional "getOriginalBounds" and "setNewBounds"
methods.