Interface TextExtendSelection


public interface TextExtendSelection
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Selects the current line.
    static final int
    Selects the current word.
  • Field Details

    • WORD

      static final int WORD
      Selects the current word. It is triggered by
      a double-click for example.
      See Also:
    • LINE

      static final int LINE
      Selects the current line. It is triggered by
      a triple-click for example.
      See Also: