Package | Description |
---|---|
org.eclipse.nebula.widgets.richtext |
Modifier and Type | Method | Description |
---|---|---|
RichTextEditorConfiguration |
RichTextEditor.getEditorConfiguration() |
This method returns the
RichTextEditorConfiguration that is used to configure this
RichTextEditor . |
Constructor | 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 . |