Package | Description |
---|---|
org.eclipse.nebula.widgets.richtext | |
org.eclipse.nebula.widgets.richtext.toolbar |
Modifier and Type | Method | Description |
---|---|---|
void |
RichTextEditor.addToolbarButton(ToolbarButton button) |
Adds the given
ToolbarButton to the toolbar of the editor. |
void |
RichTextEditor.addToolbarButton(ToolbarButton button,
org.eclipse.swt.browser.BrowserFunction function) |
Adds the given
ToolbarButton to the toolbar of the editor. |
void |
RichTextEditorConfiguration.addToolbarButton(ToolbarButton button) |
Adds a custom button to the CKEditor toolbar.
|
void |
RichTextEditorConfiguration.addToolbarButton(ToolbarButton button,
org.eclipse.swt.browser.BrowserFunction function) |
Adds a custom button to the CKEditor toolbar.
|
void |
RichTextEditor.removeToolbarButton(ToolbarButton button) |
Removes the given
ToolbarButton from the toolbar of the editor. |
void |
RichTextEditorConfiguration.removeToolbarButton(ToolbarButton button) |
Removes the given
ToolbarButton from the local list of custom
toolbar buttons. |
Modifier and Type | Method | Description |
---|---|---|
java.util.Set<ToolbarButton> |
ToolbarConfiguration.getCustomButtons() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ToolbarConfiguration.addToolbarButton(ToolbarButton button) |
Deprecated.
Adds a custom button to the CKEditor toolbar.
|
void |
ToolbarConfiguration.addToolbarButton(ToolbarButton button,
org.eclipse.swt.browser.BrowserFunction function) |
Deprecated.
Adds a custom button to the CKEditor toolbar.
|
void |
ToolbarConfiguration.removeToolbarButton(ToolbarButton button) |
Deprecated.
Removes the given
ToolbarButton from the local list of custom
toolbar buttons. |