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 - API: Insufficient ResizeProvider interface
Summary: API: Insufficient ResizeProvider interface
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 13:16 UTC by David Kaspar
Modified: 2007-06-01 13:16 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 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.