Class SpellcheckedTextProvider
java.lang.Object
com._1c.g5.v8.dt.common.ui.widgets.SpellcheckedTextProvider
StyledText with spellcheck support provider.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Constructor Details
-
SpellcheckedTextProvider
public SpellcheckedTextProvider()
-
-
Method Details
-
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
-