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

Summary: Upgrade Query Editor graph pane to Netbeans graphlib
Product: obsolete Reporter: _ jimdavidson <jimdavidson>
Component: visualwebAssignee: _ jimdavidson <jimdavidson>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
URL: http://wiki.netbeans.org/wiki/view/QueryEditorGraphLibrary
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 95473    
Bug Blocks:    

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.