Package ch.bailu.gtk.gtk
Interface InputHints
public interface InputHints
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Field Details
-
NONE
static final int NONENo special behaviour suggested- See Also:
-
SPELLCHECK
static final int SPELLCHECKSuggest checking for typos- See Also:
-
NO_SPELLCHECK
static final int NO_SPELLCHECKSuggest not checking for typos- See Also:
-
WORD_COMPLETION
static final int WORD_COMPLETIONSuggest word completion- See Also:
-
LOWERCASE
static final int LOWERCASESuggest to convert all text to lowercase- See Also:
-
UPPERCASE_CHARS
static final int UPPERCASE_CHARSSuggest to capitalize all text- See Also:
-
UPPERCASE_WORDS
static final int UPPERCASE_WORDSSuggest to capitalize the first
character of each word- See Also:
-
UPPERCASE_SENTENCES
static final int UPPERCASE_SENTENCESSuggest to capitalize the
first word of each sentence- See Also:
-
INHIBIT_OSK
static final int INHIBIT_OSKSuggest to not show an onscreen keyboard
(e.g for a calculator that already has all the keys).- See Also:
-
VERTICAL_WRITING
static final int VERTICAL_WRITINGThe text is vertical- See Also:
-
EMOJI
static final int EMOJISuggest offering Emoji support- See Also:
-
NO_EMOJI
static final int NO_EMOJISuggest not offering Emoji support- See Also:
-
PRIVATE
static final int PRIVATERequest that the input method should not
update personalized data (like typing history)- See Also:
-