org.jgraph.example
Class JGraphIconView.MultiLinedEditor.RealCellEditor

java.lang.Object
  extended by javax.swing.AbstractCellEditor
      extended by org.jgraph.example.JGraphIconView.MultiLinedEditor.RealCellEditor
All Implemented Interfaces:
java.io.Serializable, javax.swing.CellEditor, org.jgraph.graph.GraphCellEditor
Enclosing class:
JGraphIconView.MultiLinedEditor

public class JGraphIconView.MultiLinedEditor.RealCellEditor
extends javax.swing.AbstractCellEditor
implements org.jgraph.graph.GraphCellEditor

See Also:
Serialized Form

Constructor Summary
JGraphIconView.MultiLinedEditor.RealCellEditor()
           
 
Method Summary
 java.lang.Object getCellEditorValue()
           
 java.awt.Component getGraphCellEditorComponent(org.jgraph.JGraph graph, java.lang.Object value, boolean isSelected)
           
 boolean shouldSelectCell(java.util.EventObject event)
           
 boolean stopCellEditing()
           
 
Methods inherited from class javax.swing.AbstractCellEditor
addCellEditorListener, cancelCellEditing, getCellEditorListeners, isCellEditable, removeCellEditorListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.CellEditor
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener
 

Constructor Detail

JGraphIconView.MultiLinedEditor.RealCellEditor

public JGraphIconView.MultiLinedEditor.RealCellEditor()
Method Detail

getGraphCellEditorComponent

public java.awt.Component getGraphCellEditorComponent(org.jgraph.JGraph graph,
                                                      java.lang.Object value,
                                                      boolean isSelected)
Specified by:
getGraphCellEditorComponent in interface org.jgraph.graph.GraphCellEditor

getCellEditorValue

public java.lang.Object getCellEditorValue()
Specified by:
getCellEditorValue in interface javax.swing.CellEditor

stopCellEditing

public boolean stopCellEditing()
Specified by:
stopCellEditing in interface javax.swing.CellEditor
Overrides:
stopCellEditing in class javax.swing.AbstractCellEditor

shouldSelectCell

public boolean shouldSelectCell(java.util.EventObject event)
Specified by:
shouldSelectCell in interface javax.swing.CellEditor
Overrides:
shouldSelectCell in class javax.swing.AbstractCellEditor