org.jgraph.example
Class JGraphIconView.MultiLinedEditor.RealCellEditor
java.lang.Object
javax.swing.AbstractCellEditor
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
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 |
JGraphIconView.MultiLinedEditor.RealCellEditor
public JGraphIconView.MultiLinedEditor.RealCellEditor()
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