Uses of Interface
com.jgraph.graph.GraphCellEditor

Packages that use GraphCellEditor
com.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
com.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. 
 

Uses of GraphCellEditor in com.jgraph.graph
 

Classes in com.jgraph.graph that implement GraphCellEditor
 class DefaultGraphCellEditor
          A GraphCellEditor.
 class DefaultRealEditor
          The default editor for graph cells.
 

Fields in com.jgraph.graph declared as GraphCellEditor
protected  GraphCellEditor DefaultGraphCellEditor.realEditor
          Editor handling the editing.
protected static GraphCellEditor AbstractCellView.cellEditor
          Editor for the cell.
 

Methods in com.jgraph.graph that return GraphCellEditor
 GraphCellEditor CellView.getEditor()
          Returns a cell editor for the view.
protected  GraphCellEditor DefaultGraphCellEditor.createGraphCellEditor()
          This is invoked if a TreeCellEditor is not supplied in the constructor.
 GraphCellEditor AbstractCellView.getEditor()
          Returns a cell editor for the view.
 

Constructors in com.jgraph.graph with parameters of type GraphCellEditor
DefaultGraphCellEditor(GraphCellEditor editor)
          Constructs a DefaultTreeCellEditor object for a JTree using the specified renderer and the specified editor.
 

Uses of GraphCellEditor in com.jgraph.plaf.basic
 

Fields in com.jgraph.plaf.basic declared as GraphCellEditor
protected  GraphCellEditor BasicGraphUI.cellEditor
          Current editor for the graph.