public interface IRichTextControlWithSharedToolBarProvider extends ITextControlProvider
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createTextControl(org.eclipse.swt.widgets.Composite parent,
int style,
IRichTextToolBar toolBar,
java.lang.Object factory)
Create a text control
|
createTextControl, createTextConverter, getDirectEditManager, getDirectEditPolicy, provides, supportsRichText
java.lang.Object createTextControl(org.eclipse.swt.widgets.Composite parent, int style, IRichTextToolBar toolBar, java.lang.Object factory)
parent
- The parent composite.style
- The style bit of the text control.toolBar
- The shared rich text tool bar.factory
- An optional control factory.