Uses of Class
org.eclipse.nebula.widgets.richtext.toolbar.ToolbarButton
-
Packages that use ToolbarButton Package Description org.eclipse.nebula.widgets.richtext org.eclipse.nebula.widgets.richtext.toolbar -
-
Uses of ToolbarButton in org.eclipse.nebula.widgets.richtext
Fields in org.eclipse.nebula.widgets.richtext with type parameters of type ToolbarButton Modifier and Type Field Description private java.util.Set<ToolbarButton>RichTextEditorConfiguration. customButtonsMethods in org.eclipse.nebula.widgets.richtext with parameters of type ToolbarButton Modifier and Type Method Description voidRichTextEditor. addToolbarButton(ToolbarButton button)Adds the givenToolbarButtonto the toolbar of the editor.voidRichTextEditor. addToolbarButton(ToolbarButton button, org.eclipse.swt.browser.BrowserFunction function)Adds the givenToolbarButtonto the toolbar of the editor.voidRichTextEditorConfiguration. addToolbarButton(ToolbarButton button)Adds a custom button to the CKEditor toolbar.voidRichTextEditorConfiguration. addToolbarButton(ToolbarButton button, org.eclipse.swt.browser.BrowserFunction function)Adds a custom button to the CKEditor toolbar.voidRichTextEditor. removeToolbarButton(ToolbarButton button)Removes the givenToolbarButtonfrom the toolbar of the editor.voidRichTextEditorConfiguration. removeToolbarButton(ToolbarButton button)Removes the givenToolbarButtonfrom the local list of custom toolbar buttons. -
Uses of ToolbarButton in org.eclipse.nebula.widgets.richtext.toolbar
Fields in org.eclipse.nebula.widgets.richtext.toolbar with type parameters of type ToolbarButton Modifier and Type Field Description private java.util.Set<ToolbarButton>ToolbarConfiguration. customButtonsDeprecated.Methods in org.eclipse.nebula.widgets.richtext.toolbar that return types with arguments of type ToolbarButton Modifier and Type Method Description java.util.Set<ToolbarButton>ToolbarConfiguration. getCustomButtons()Deprecated.Methods in org.eclipse.nebula.widgets.richtext.toolbar with parameters of type ToolbarButton Modifier and Type Method Description voidToolbarConfiguration. addToolbarButton(ToolbarButton button)Deprecated.Adds a custom button to the CKEditor toolbar.voidToolbarConfiguration. addToolbarButton(ToolbarButton button, org.eclipse.swt.browser.BrowserFunction function)Deprecated.Adds a custom button to the CKEditor toolbar.voidToolbarConfiguration. removeToolbarButton(ToolbarButton button)Deprecated.Removes the givenToolbarButtonfrom the local list of custom toolbar buttons.
-