JGraph
v5.1


Uses of Interface
org.jgraph.graph.GraphCellEditor

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

Uses of GraphCellEditor in org.jgraph.graph
 

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

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

Methods in org.jgraph.graph that return GraphCellEditor
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.
 GraphCellEditor CellView.getEditor()
          Returns a cell editor for the view.
 

Constructors in org.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 org.jgraph.plaf.basic
 

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


JGraph
v5.1


Copyright (C) 2001-2004 Gaudenz Alder. All rights reserved.