public interface IRichTextToolBar
Modifier and Type | Method and Description |
---|---|
void |
createContents(org.eclipse.swt.widgets.Composite parent)
Creates the user interface artifacts for the tool bar.
|
void |
dispose()
Disposes of resources associated with this tool bar when the tool bar
is about to be disposed.
|
org.eclipse.swt.widgets.ToolBar |
getControl()
Gets the wrapped tool bar control.
|
void createContents(org.eclipse.swt.widgets.Composite parent)
parent
- The parent composite.org.eclipse.swt.widgets.ToolBar getControl()
void dispose()