Package | Description |
---|---|
org.eclipse.nebula.widgets.richtext |
Modifier and Type | Field and Description |
---|---|
protected RichTextEditorConfiguration |
RichTextCellEditor.editorConfiguration
The
RichTextEditorConfiguration that should be used for creating the inline rich text editor
control. |
Modifier and Type | Method and Description |
---|---|
RichTextEditorConfiguration |
RichTextEditor.getEditorConfiguration()
This method returns the
RichTextEditorConfiguration that is used to configure this
RichTextEditor . |
Constructor and Description |
---|
RichTextCellEditor(org.eclipse.swt.widgets.Composite parent,
RichTextEditorConfiguration editorConfiguration,
int style)
Create a resizable
RichTextCellEditor with the given RichTextEditorConfiguration and
the given style bits. |
RichTextEditor(org.eclipse.swt.widgets.Composite parent,
RichTextEditorConfiguration editorConfig)
Creates a
RichTextEditor that wraps a Browser using the style bit
SWT.NONE and the given RichTextEditorConfiguration . |
RichTextEditor(org.eclipse.swt.widgets.Composite parent,
RichTextEditorConfiguration editorConfig,
int style)
Creates a
RichTextEditor that wraps a Browser using the given style bit
and the given RichTextEditorConfiguration . |