JGraph
v5.13.0.4


com.jgraph.components.labels
Class RedirectingEditor

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

public class RedirectingEditor
extends DefaultGraphCellEditor

In-place editor for rich text multiline values.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jgraph.graph.DefaultGraphCellEditor
DefaultGraphCellEditor.DefaultTextField, DefaultGraphCellEditor.EditorContainer
 
Field Summary
 
Fields inherited from class org.jgraph.graph.DefaultGraphCellEditor
borderSelectionColor, canEdit, editingComponent, editingContainer, editingIcon, font, graph, lastCell, offsetX, offsetY, realEditor
 
Constructor Summary
RedirectingEditor()
          Constructs a new rich text editor.
 
Method Summary
protected  GraphCellEditor createGraphCellEditor()
          Returns a new RealCellEditor.
 
Methods inherited from class org.jgraph.graph.DefaultGraphCellEditor
actionPerformed, addCellEditorListener, cancelCellEditing, canEditImmediately, createContainer, determineOffset, getBorderSelectionColor, getCellEditorValue, getFont, getGraphCellEditorComponent, inHitRegion, isCellEditable, prepareForEditing, removeCellEditorListener, setBorderSelectionColor, setFont, setGraph, shouldSelectCell, shouldStartEditingTimer, stopCellEditing, valueChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RedirectingEditor

public RedirectingEditor()
Constructs a new rich text editor.

Method Detail

createGraphCellEditor

protected GraphCellEditor createGraphCellEditor()
Returns a new RealCellEditor.

Overrides:
createGraphCellEditor in class DefaultGraphCellEditor

JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.