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 95617 - Upgrade Query Editor graph pane to Netbeans graphlib
Summary: Upgrade Query Editor graph pane to Netbeans graphlib
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ jimdavidson
URL: http://wiki.netbeans.org/wiki/view/Qu...
Keywords:
Depends on: 95473
Blocks:
  Show dependency tree
 
Reported: 2007-02-14 23:10 UTC by _ jimdavidson
Modified: 2007-04-25 18:40 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 _ jimdavidson 2007-02-14 23:10:31 UTC
The Query Editor includes three input panes. One is the graph pane, which
presents a graphical rendition of the query. Nodes in the graph represent
instances of tables in the FROM clause; edges represent equality constraints
between columns of the respective tables, typically imposed by Foreign Key
constraints.

The current graph pane is implemented with jgraph.  This task will port it to
the Netbeans Graph Library.
Comment 1 _ jimdavidson 2007-04-25 18:40:25 UTC
Completed for M9.

This could be enhanced to take fuller advantage of Graph Library features, but
that's a separate task.