Schnittstelle MovementStep


public interface MovementStep
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • LOGICAL_POSITIONS

      static final int LOGICAL_POSITIONS
      Move forward or back by graphemes
      Siehe auch:
    • VISUAL_POSITIONS

      static final int VISUAL_POSITIONS
      Move left or right by graphemes
      Siehe auch:
    • WORDS

      static final int WORDS
      Move forward or back by words
      Siehe auch:
    • DISPLAY_LINES

      static final int DISPLAY_LINES
      Move up or down lines (wrapped lines)
      Siehe auch:
    • DISPLAY_LINE_ENDS

      static final int DISPLAY_LINE_ENDS
      Move to either end of a line
      Siehe auch:
    • PARAGRAPHS

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

      static final int PARAGRAPH_ENDS
      Move to either end of a paragraph
      Siehe auch:
    • PAGES

      static final int PAGES
      Move by pages
      Siehe auch:
    • BUFFER_ENDS

      static final int BUFFER_ENDS
      Move to ends of the buffer
      Siehe auch:
    • HORIZONTAL_PAGES

      static final int HORIZONTAL_PAGES
      Move horizontally by pages
      Siehe auch: