Interface MovementStep


public interface MovementStep
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Move to ends of the buffer
    static final int
    Move to either end of a line
    static final int
    Move up or down lines (wrapped lines)
    static final int
    Move horizontally by pages
    static final int
    Move forward or back by graphemes
    static final int
    Move by pages
    static final int
    Move to either end of a paragraph
    static final int
    Move up or down paragraphs (newline-ended lines)
    static final int
    Move left or right by graphemes
    static final int
    Move forward or back by words
  • Field Details

    • LOGICAL_POSITIONS

      static final int LOGICAL_POSITIONS
      Move forward or back by graphemes
      See Also:
    • VISUAL_POSITIONS

      static final int VISUAL_POSITIONS
      Move left or right by graphemes
      See Also:
    • WORDS

      static final int WORDS
      Move forward or back by words
      See Also:
    • DISPLAY_LINES

      static final int DISPLAY_LINES
      Move up or down lines (wrapped lines)
      See Also:
    • DISPLAY_LINE_ENDS

      static final int DISPLAY_LINE_ENDS
      Move to either end of a line
      See Also:
    • PARAGRAPHS

      static final int PARAGRAPHS
      Move up or down paragraphs (newline-ended lines)
      See Also:
    • PARAGRAPH_ENDS

      static final int PARAGRAPH_ENDS
      Move to either end of a paragraph
      See Also:
    • PAGES

      static final int PAGES
      Move by pages
      See Also:
    • BUFFER_ENDS

      static final int BUFFER_ENDS
      Move to ends of the buffer
      See Also:
    • HORIZONTAL_PAGES

      static final int HORIZONTAL_PAGES
      Move horizontally by pages
      See Also: