Interface SupportsSpelling<T extends JTextComponent>

Type Parameters:
T -
All Known Subinterfaces:
SmartTextComponent<T>
All Known Implementing Classes:
JAlbumTagsField, JBackgroundTextField, JCommentPanel.JSmallTextArea, JFilePathField, JPropertyPanel.JSmallTextArea, JPropertyPanel.JSmallTextField, JSmartSyntaxTextArea, JSmartTextArea, JSmartTextField

public interface SupportsSpelling<T extends JTextComponent>
Since:
18.5
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    setSpelling(boolean doCheck)
    Switch spelling support on/off
    Shorthand for setSpelling(true);
  • Method Details

    • isSpelling

      boolean isSpelling()
      Returns:
      true if spelling support is active
    • setSpelling

      T setSpelling(boolean doCheck)
      Switch spelling support on/off
      Parameters:
      doCheck -
      Returns:
    • spelling

      T spelling()
      Shorthand for setSpelling(true);
      Returns: