com.jgraph.components.labels
public class RichTextEditor extends DefaultGraphCellEditor
Constructor Summary | |
---|---|
RichTextEditor()
Constructs a new rich text editor. |
Method Summary | |
---|---|
protected Container | createContainer()
Overriting this so that I could modify an editor container. |
protected GraphCellEditor | createGraphCellEditor()
Returns a new RealCellEditor. |
Component | getGraphCellEditorComponent(JGraph graph, Object cell, boolean isSelected)
Overriding this in order to set the size of an editor to that of an
edited view. |