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 - [Refactoring-review-TCR] Need openInEditor() and showPreview() methods on the RefactoringElement class
Summary: [Refactoring-review-TCR] Need openInEditor() and showPreview() methods on the...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks: 89605
  Show dependency tree
 
Reported: 2007-02-20 11:55 UTC by Jan Becicka
Modified: 2007-04-03 18:02 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.