Class SpellcheckedTextProvider


  • public class SpellcheckedTextProvider
    extends Object
    StyledText with spellcheck support provider.
    • Constructor Detail

      • SpellcheckedTextProvider

        public SpellcheckedTextProvider()
    • 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 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