com.jgraph.example.mycellmodeleditor
Class MyCellModelEditor

java.lang.Object
  extended by com.jgraph.example.mycellmodeleditor.MyCellModelEditor

public class MyCellModelEditor
extends java.lang.Object

Try to edit cells. Remark that the cell label is not necessarly coupled with the graph cell user object. Tip: use F2 to edit groups! This example shows how one can set up a custom Swing component to in place edit cells and also how the cell user object can be decorrellated from the cell label.

Author:
rvalyi

Constructor Summary
MyCellModelEditor()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCellModelEditor

public MyCellModelEditor()
Method Detail

main

public static void main(java.lang.String[] args)