Bug 172463 - ZoomManager#zoomTo(Rectangle) has an empty implementation
Summary: ZoomManager#zoomTo(Rectangle) has an empty implementation
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 3.2.1   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-01 06:54 EST by Steinar Bang CLA
Modified: 2011-01-03 16:08 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steinar Bang CLA 2007-02-01 06:54:15 EST
Build ID: M20060921-0945

Steps To Reproduce:
1.Install eclipse 3.2.1 SDK
2.Install the GEF SDK
3.Start eclipse and create a new Java class
4.In that class create a ZoomManager variable
5.Move the cursor over the "ZoomManager", and press F3 to see the ZoomManager class source
6.Navigate to the zoomTo(Rectangle) method implementation and observe that is empty


More information:
The ZoomManager#zoomTo(Rectangle) method is a very useful method when attempting to write a zoom-to-selection action (the action would then consist of simply finding the bounding box, and calling ZoomManager#zoomTo(Rectangle))