Class RedirectingEditor
java.lang.Object
org.jgraph.graph.DefaultGraphCellEditor
com.jgraph.components.labels.RedirectingEditor
- All Implemented Interfaces:
ActionListener, Serializable, EventListener, CellEditor, GraphSelectionListener, GraphCellEditor
In-place editor for rich text multiline values.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class DefaultGraphCellEditor
DefaultGraphCellEditor.DefaultTextField, DefaultGraphCellEditor.EditorContainer -
Field Summary
Fields inherited from class DefaultGraphCellEditor
borderSelectionColor, canEdit, editingComponent, editingContainer, editingIcon, font, graph, lastCell, offsetX, offsetY, realEditor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DefaultGraphCellEditor
actionPerformed, addCellEditorListener, cancelCellEditing, canEditImmediately, createContainer, determineOffset, getBorderSelectionColor, getCellEditorValue, getFont, getGraphCellEditorComponent, inHitRegion, isCellEditable, prepareForEditing, removeCellEditorListener, setBorderSelectionColor, setFont, setGraph, shouldSelectCell, shouldStartEditingTimer, stopCellEditing, valueChanged
-
Constructor Details
-
RedirectingEditor
public RedirectingEditor()Constructs a new rich text editor.
-
-
Method Details
-
createGraphCellEditor
Returns a new RealCellEditor.- Overrides:
createGraphCellEditorin classDefaultGraphCellEditor
-