com.jgraph.components.labels
Class RedirectingEditor
java.lang.Object
org.jgraph.graph.DefaultGraphCellEditor
com.jgraph.components.labels.RedirectingEditor
- All Implemented Interfaces:
- ActionListener, Serializable, EventListener, CellEditor, GraphSelectionListener, GraphCellEditor
public class RedirectingEditor
- extends DefaultGraphCellEditor
In-place editor for rich text multiline values.
- See Also:
- Serialized Form
Fields inherited from class org.jgraph.graph.DefaultGraphCellEditor |
borderSelectionColor, canEdit, editingComponent, editingContainer, editingIcon, font, graph, lastCell, offsetX, offsetY, realEditor |
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 |
RedirectingEditor
public RedirectingEditor()
- Constructs a new rich text editor.
createGraphCellEditor
protected GraphCellEditor createGraphCellEditor()
- Returns a new RealCellEditor.
- Overrides:
createGraphCellEditor
in class DefaultGraphCellEditor
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.