org.jgraph.cellview
Class JGraphMultilineView.MultiLinedEditor.RealCellEditor

java.lang.Object
  extended byjavax.swing.AbstractCellEditor
      extended byorg.jgraph.cellview.JGraphMultilineView.MultiLinedEditor.RealCellEditor
All Implemented Interfaces:
javax.swing.CellEditor, java.io.Serializable
Enclosing class:
JGraphMultilineView.MultiLinedEditor

public class JGraphMultilineView.MultiLinedEditor.RealCellEditor
extends javax.swing.AbstractCellEditor

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.AbstractCellEditor
changeEvent, listenerList
 
Constructor Summary
JGraphMultilineView.MultiLinedEditor.RealCellEditor()
           
 
Method Summary
 java.lang.Object getCellEditorValue()
           
 java.awt.Component getGraphCellEditorComponent(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, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JGraphMultilineView.MultiLinedEditor.RealCellEditor

public JGraphMultilineView.MultiLinedEditor.RealCellEditor()
Method Detail

getGraphCellEditorComponent

public java.awt.Component getGraphCellEditorComponent(JGraph graph,
                                                      java.lang.Object value,
                                                      boolean isSelected)

getCellEditorValue

public java.lang.Object getCellEditorValue()

stopCellEditing

public boolean stopCellEditing()

shouldSelectCell

public boolean shouldSelectCell(java.util.EventObject event)