Uses of Class
org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration
-
Packages that use RichTextEditorConfiguration Package Description org.eclipse.nebula.widgets.richtext -
-
Uses of RichTextEditorConfiguration in org.eclipse.nebula.widgets.richtext
Fields in org.eclipse.nebula.widgets.richtext declared as RichTextEditorConfiguration Modifier and Type Field Description private RichTextEditorConfigurationRichTextEditor. editorConfigprotected RichTextEditorConfigurationRichTextCellEditor. editorConfigurationTheRichTextEditorConfigurationthat should be used for creating the inline rich text editor control.Methods in org.eclipse.nebula.widgets.richtext that return RichTextEditorConfiguration Modifier and Type Method Description RichTextEditorConfigurationRichTextEditor. getEditorConfiguration()This method returns theRichTextEditorConfigurationthat is used to configure thisRichTextEditor.Constructors in org.eclipse.nebula.widgets.richtext with parameters of type RichTextEditorConfiguration Constructor Description RichTextCellEditor(org.eclipse.swt.widgets.Composite parent, RichTextEditorConfiguration editorConfiguration, int style)Create a resizableRichTextCellEditorwith the givenRichTextEditorConfigurationand the given style bits.RichTextEditor(org.eclipse.swt.widgets.Composite parent, RichTextEditorConfiguration editorConfig)Creates aRichTextEditorthat wraps aBrowserusing the style bitSWT.NONEand the givenRichTextEditorConfiguration.RichTextEditor(org.eclipse.swt.widgets.Composite parent, RichTextEditorConfiguration editorConfig, int style)Creates aRichTextEditorthat wraps aBrowserusing the given style bit and the givenRichTextEditorConfiguration.
-