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 96014

Summary: [Refactoring-review-TCR] Need openInEditor() and showPreview() methods on the RefactoringElement class
Product: editor Reporter: Jan Becicka <jbecicka>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: sonali
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89605    

Description Jan Becicka 2007-02-20 11:55:42 UTC
Need openInEditor() and showPreview() methods on the RefactoringElement class.
The class implementing RefactoringCustomUI gets a collection of
RefactoringElements, which are then used to get the corresponding TreeElements.
The XML module code then uses the TreeElements to draw a preview Graph. The
Graph is nothing but a different visual representation of the Jtree and we would
like similiar (single click/dbl click) mouse behavior on the usage nodes as in
Jtree.
Comment 1 Jan Becicka 2007-02-20 12:18:52 UTC
Fixed together with other API changes. See issue 95977.