| com.jgraph.pad.graph.JGraphpadRichTextEditor
JGraphpadRichTextEditor | public class JGraphpadRichTextEditor extends DefaultGraphCellEditor (Code) | | In-place editor for rich text multiline values.
|
Inner Class :class ModifiedEditorContainer extends EditorContainer | |
JGraphpadRichTextEditor | public JGraphpadRichTextEditor()(Code) | | Constructs a new rich text editor.
|
createContainer | protected Container createContainer()(Code) | | Overriting this so that I could modify an editor container. See also
here.
|
createGraphCellEditor | protected GraphCellEditor createGraphCellEditor()(Code) | | Returns a new RealCellEditor.
|
getGraphCellEditorComponent | public Component getGraphCellEditorComponent(JGraph graph, Object cell, boolean isSelected)(Code) | | Overriding this in order to set the size of an editor to that of an
edited view.
|
|
|