com.jgraph.example.panelexample
Class BusinessObjectEditor2

java.lang.Object
  extended by org.jgraph.graph.DefaultGraphCellEditor
      extended by com.jgraph.example.panelexample.BusinessObjectEditor2
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.util.EventListener, javax.swing.CellEditor, org.jgraph.event.GraphSelectionListener, org.jgraph.graph.GraphCellEditor

public class BusinessObjectEditor2
extends org.jgraph.graph.DefaultGraphCellEditor

basic in-place editor for custom business objects

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jgraph.graph.DefaultGraphCellEditor
org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField, org.jgraph.graph.DefaultGraphCellEditor.EditorContainer
 
Field Summary
static boolean editorInsideCell
           
 
Constructor Summary
BusinessObjectEditor2()
           
 
Method Summary
 
Methods inherited from class org.jgraph.graph.DefaultGraphCellEditor
actionPerformed, addCellEditorListener, cancelCellEditing, getBorderSelectionColor, getCellEditorValue, getFont, getGraphCellEditorComponent, isCellEditable, removeCellEditorListener, setBorderSelectionColor, setFont, shouldSelectCell, stopCellEditing, valueChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

editorInsideCell

public static boolean editorInsideCell
Constructor Detail

BusinessObjectEditor2

public BusinessObjectEditor2()