Uses of Class
org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration
-
Packages that use ToolbarConfiguration Package Description org.eclipse.nebula.widgets.richtext -
-
Uses of ToolbarConfiguration in org.eclipse.nebula.widgets.richtext
Constructors in org.eclipse.nebula.widgets.richtext with parameters of type ToolbarConfiguration Constructor Description RichTextCellEditor(org.eclipse.swt.widgets.Composite parent, ToolbarConfiguration toolbarConfiguration)Deprecated.Use a constructor withRichTextEditorConfigurationparameterRichTextCellEditor(org.eclipse.swt.widgets.Composite parent, ToolbarConfiguration toolbarConfiguration, int style)Deprecated.Use a constructor withRichTextEditorConfigurationparameterRichTextEditor(org.eclipse.swt.widgets.Composite parent, ToolbarConfiguration toolbarConfig)Deprecated.use constructors that take aRichTextEditorConfigurationRichTextEditor(org.eclipse.swt.widgets.Composite parent, ToolbarConfiguration toolbarConfig, int style)Deprecated.use constructors that take aRichTextEditorConfigurationRichTextEditorConfiguration(ToolbarConfiguration config)Deprecated.Use the no-arg constructor instead and set the values directly to the createdRichTextEditorConfiguration
-