Package ch.bailu.gtk.gtk
Schnittstelle MovementStep
public interface MovementStep
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Move to ends of the bufferstatic final int
Move to either end of a linestatic final int
Move up or down lines (wrapped lines)static final int
Move horizontally by pagesstatic final int
Move forward or back by graphemesstatic final int
Move by pagesstatic final int
Move to either end of a paragraphstatic final int
Move up or down paragraphs (newline-ended lines)static final int
Move left or right by graphemesstatic final int
Move forward or back by words
-
Felddetails
-
LOGICAL_POSITIONS
static final int LOGICAL_POSITIONSMove forward or back by graphemes- Siehe auch:
-
VISUAL_POSITIONS
static final int VISUAL_POSITIONSMove left or right by graphemes- Siehe auch:
-
WORDS
static final int WORDSMove forward or back by words- Siehe auch:
-
DISPLAY_LINES
static final int DISPLAY_LINESMove up or down lines (wrapped lines)- Siehe auch:
-
DISPLAY_LINE_ENDS
static final int DISPLAY_LINE_ENDSMove to either end of a line- Siehe auch:
-
PARAGRAPHS
static final int PARAGRAPHSMove up or down paragraphs (newline-ended lines)- Siehe auch:
-
PARAGRAPH_ENDS
static final int PARAGRAPH_ENDSMove to either end of a paragraph- Siehe auch:
-
PAGES
static final int PAGESMove by pages- Siehe auch:
-
BUFFER_ENDS
static final int BUFFER_ENDSMove to ends of the buffer- Siehe auch:
-
HORIZONTAL_PAGES
static final int HORIZONTAL_PAGESMove horizontally by pages- Siehe auch:
-