Package ch.bailu.gtk.gtk
Schnittstelle InputHints
public interface InputHints
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intSuggest offering Emoji supportstatic final intSuggest to not show an onscreen keyboard
(e.g for a calculator that already has all the keys).static final intSuggest to convert all text to lowercasestatic final intSuggest not offering Emoji supportstatic final intSuggest not checking for typosstatic final intNo special behaviour suggestedstatic final intRequest that the input method should not
update personalized data (like typing history)static final intSuggest checking for typosstatic final intSuggest to capitalize all textstatic final intSuggest to capitalize the
first word of each sentencestatic final intSuggest to capitalize the first
character of each wordstatic final intThe text is verticalstatic final intSuggest 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:
-