Class SpellcheckedTextProvider
- java.lang.Object
-
- com._1c.g5.v8.dt.common.ui.widgets.SpellcheckedTextProvider
-
public class SpellcheckedTextProvider extends Object
StyledTextwith spellcheck support provider.
-
-
Constructor Summary
Constructors Constructor Description SpellcheckedTextProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.eclipse.swt.custom.StyledTextcreateTextWidget(org.eclipse.swt.widgets.Composite parent, int style)Create styled text widget with spellcheck support.static org.eclipse.swt.custom.StyledTextcreateTextWidget(org.eclipse.swt.widgets.Composite parent, int style, Object layoutData)Create styled text widget with spellcheck support.
-
-
-
Method Detail
-
createTextWidget
public static org.eclipse.swt.custom.StyledText createTextWidget(org.eclipse.swt.widgets.Composite parent, int style)Create styled text widget with spellcheck support.- Parameters:
parent- parent compositestyle- control style- Returns:
- styled text widget with spellcheck support
-
createTextWidget
public static org.eclipse.swt.custom.StyledText createTextWidget(org.eclipse.swt.widgets.Composite parent, int style, Object layoutData)Create styled text widget with spellcheck support.- Parameters:
parent- parent compositestyle- control stylelayoutData- control layout data- Returns:
- styled text widget with spellcheck support
-
-