Class SpellcheckedTextProvider

java.lang.Object
com._1c.g5.v8.dt.common.ui.widgets.SpellcheckedTextProvider

public class SpellcheckedTextProvider extends Object
StyledText with spellcheck support provider.
  • 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 composite
      style - 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 composite
      style - control style
      layoutData - control layout data
      Returns:
      styled text widget with spellcheck support