Package com.jgraph.example

Class Summary
EditorGraph An example that demonstrates how to use a JDialog as a CellEditor in JGraph.
GraphEdMV  
GraphEdX An extension to GraphEd demonstrating more advanced JGraph features
GraphEdX.MyGraphModel Encodable graph model with related constructor.
GraphEdXMenuBar A simple menu bar
GraphSelectionDemo With this example you'll learn how to listen to graph selection event, program graph selections and navigate accross the graph groups.
GraphSelectionDemo.GraphModelTreeNode See the GraphModelTree demo
GraphSelectionDemo.MyMouseListener Prevent from loosing the synchronisation after a graph element is dragged
GraphSelectionDemo.SyncGraphSelectionListener  
GraphSelectionDemo.SyncTreeSelectionListener  
GraphTreeModel JGraph gives you the opportunity to define whatever graph model you want.
GraphTreeModel.GraphModelTreeNode  
JGraphFoldingManager Mananges the folding and unfolding of groups
JGraphGraphFactory A helper class that creates graphs.
JGraphGroupRenderer Renderer for grouped cells, includes '+' '-' to expand/collapse
JGraphShadowBorder Example of a shadowed border
Main  
MyPortView  
MyPortView.MyPortRenderer  
SerialGraph An example to demonstrate the use of serialization in JGraph.