Package ch.bailu.gtk.gtk
Schnittstelle InputHints
public interface InputHints
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Suggest offering Emoji supportstatic final int
Suggest to not show an onscreen keyboard
(e.g for a calculator that already has all the keys).static final int
Suggest to convert all text to lowercasestatic final int
Suggest not offering Emoji supportstatic final int
Suggest not checking for typosstatic final int
No special behaviour suggestedstatic final int
Request that the input method should not
update personalized data (like typing history)static final int
Suggest checking for typosstatic final int
Suggest to capitalize all textstatic final int
Suggest to capitalize the
first word of each sentencestatic final int
Suggest to capitalize the first
character of each wordstatic final int
The text is verticalstatic final int
Suggest word completion
-
Felddetails
-
NONE
static final int NONENo special behaviour suggested- Siehe auch:
-
SPELLCHECK
static final int SPELLCHECKSuggest checking for typos- Siehe auch:
-
NO_SPELLCHECK
static final int NO_SPELLCHECKSuggest not checking for typos- Siehe auch:
-
WORD_COMPLETION
static final int WORD_COMPLETIONSuggest word completion- Siehe auch:
-
LOWERCASE
static final int LOWERCASESuggest to convert all text to lowercase- Siehe auch:
-
UPPERCASE_CHARS
static final int UPPERCASE_CHARSSuggest to capitalize all text- Siehe auch:
-
UPPERCASE_WORDS
static final int UPPERCASE_WORDSSuggest to capitalize the first
character of each word- Siehe auch:
-
UPPERCASE_SENTENCES
static final int UPPERCASE_SENTENCESSuggest to capitalize the
first word of each sentence- Siehe auch:
-
INHIBIT_OSK
static final int INHIBIT_OSKSuggest to not show an onscreen keyboard
(e.g for a calculator that already has all the keys).- Siehe auch:
-
VERTICAL_WRITING
static final int VERTICAL_WRITINGThe text is vertical- Siehe auch:
-
EMOJI
static final int EMOJISuggest offering Emoji support- Siehe auch:
-
NO_EMOJI
static final int NO_EMOJISuggest not offering Emoji support- Siehe auch:
-
PRIVATE
static final int PRIVATERequest that the input method should not
update personalized data (like typing history)- Siehe auch:
-