Uses of Class
org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration
Packages that use RichTextEditorConfiguration
-
Uses of RichTextEditorConfiguration in org.eclipse.nebula.widgets.richtext
Methods in org.eclipse.nebula.widgets.richtext that return RichTextEditorConfigurationModifier and TypeMethodDescriptionRichTextEditor.getEditorConfiguration()
This method returns theRichTextEditorConfiguration
that is used to configure thisRichTextEditor
.Constructors in org.eclipse.nebula.widgets.richtext with parameters of type RichTextEditorConfigurationModifierConstructorDescriptionRichTextEditor
(Composite parent, RichTextEditorConfiguration editorConfig) Constructs a new instance of this class given its parent, the givenToolbarConfiguration
and a style value describing its behavior and appearance.RichTextEditor
(Composite parent, RichTextEditorConfiguration editorConfig, int style) Constructs a new instance of this class given its parent, the givenToolbarConfiguration
and a style value describing its behavior and appearance.