Uses of Class
org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration
Packages that use RichTextEditorConfiguration
- 
Uses of RichTextEditorConfiguration in org.eclipse.nebula.widgets.richtextMethods in org.eclipse.nebula.widgets.richtext that return RichTextEditorConfigurationModifier and TypeMethodDescriptionRichTextEditor.getEditorConfiguration()This method returns theRichTextEditorConfigurationthat 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 givenToolbarConfigurationand 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 givenToolbarConfigurationand a style value describing its behavior and appearance.