Package ch.bailu.gtk.gtk
Schnittstelle AccessibleTextGranularity
public interface AccessibleTextGranularity
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Use the boundary between
characters (including non-printing characters)static final int
Use the boundary between lines,
starting from the beginning of the current line and ending at the
beginning of the next linestatic final int
Use the boundary between
paragraphs, starting from the beginning of the current paragraph and
ending at the beginning of the next paragraphstatic final int
Use the boundary between
sentences, starting from the beginning of the current sentence and
ending at the beginning of the next sentencestatic final int
Use the boundary between words,
starting from the beginning of the current word and ending at the
beginning of the next word
-
Felddetails
-
CHARACTER
static final int CHARACTERUse the boundary between
characters (including non-printing characters)- Siehe auch:
-
WORD
static final int WORDUse the boundary between words,
starting from the beginning of the current word and ending at the
beginning of the next word- Siehe auch:
-
SENTENCE
static final int SENTENCEUse the boundary between
sentences, starting from the beginning of the current sentence and
ending at the beginning of the next sentence- Siehe auch:
-
LINE
static final int LINEUse the boundary between lines,
starting from the beginning of the current line and ending at the
beginning of the next line- Siehe auch:
-
PARAGRAPH
static final int PARAGRAPHUse the boundary between
paragraphs, starting from the beginning of the current paragraph and
ending at the beginning of the next paragraph- Siehe auch:
-