Uses of Interface
org.jgraph.graph.GraphCellEditor
-
Packages that use GraphCellEditor Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graphpackage.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 Modifier and Type Class Description classDefaultGraphCellEditorclassDefaultRealEditorThe default editor for graph cells.Fields in org.jgraph.graph declared as GraphCellEditor Modifier and Type Field Description static GraphCellEditorAbstractCellView. cellEditorEditor for the cell.protected GraphCellEditorDefaultGraphCellEditor. realEditorEditor handling the editing.Methods in org.jgraph.graph that return GraphCellEditor Modifier and Type Method Description protected GraphCellEditorDefaultGraphCellEditor. createGraphCellEditor()This is invoked if a TreeCellEditor is not supplied in the constructor.GraphCellEditorAbstractCellView. getEditor()Returns a cell editor for the view.GraphCellEditorCellView. getEditor()Returns a cell editor for the view.Constructors in org.jgraph.graph with parameters of type GraphCellEditor Constructor Description 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 Modifier and Type Field Description protected GraphCellEditorBasicGraphUI. cellEditorCurrent editor for the graph.
-