Package ch.bailu.gtk.gtk
Schnittstelle MovementStep
public interface MovementStep
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intMove to ends of the bufferstatic final intMove to either end of a linestatic final intMove up or down lines (wrapped lines)static final intMove horizontally by pagesstatic final intMove forward or back by graphemesstatic final intMove by pagesstatic final intMove to either end of a paragraphstatic final intMove up or down paragraphs (newline-ended lines)static final intMove left or right by graphemesstatic final intMove 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:
-