object IME
- Alphabetic
- By Inheritance
- IME
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val AllCandidates: String("AllCandidates")
The All Candidates key, to initate the multi-candidate mode.
- final val Alphanumeric: String("Alphanumeric")
The Alphanumeric key.
- final val CodeInput: String("CodeInput")
The Code Input key, to initiate the Code Input mode to allow characters to be entered by their code points.
- final val Compose: String("Compose")
The Compose key, also known as Multi_key on the X Window System.
The Compose key, also known as Multi_key on the X Window System. This key acts in a manner similar to a dead key, triggering a mode where subsequent key presses are combined to produce a different character.
- final val Convert: String("Convert")
The Convert key, to convert the current input method sequence.
- final val Eisu: String("Eisu")
The Eisu key.
The Eisu key. This key may close the IME, but it's purpose is defined by the current IME.
- final val FinalMode: String("FinalMode")
The Final Mode (Final) key used on some Asian keyboards, to enable the final mode for IMEs.
- final val GroupFirst: String("GroupFirst")
Switch to the first character group.
Switch to the first character group. (ISO/IEC 9995)
- final val GroupLast: String("GroupLast")
Switch to the last character group.
Switch to the last character group. (ISO/IEC 9995)
- final val GroupNext: String("GroupNext")
Switch to the next character group.
Switch to the next character group. (ISO/IEC 9995)
- final val GroupPrevious: String("GroupPrevious")
Switch to the previous character group.
Switch to the previous character group. (ISO/IEC 9995)
- final val HangulMode: String("HangulMode")
The Hangul (Korean characters) Mode key, to toggle between Hangul and English modes.
- final val HanjaMode: String("HanjaMode")
The Hanja (Korean characters) Mode key.
- final val Hankaku: String("Hankaku")
The (Half-Width) Characters key.
- final val Hiragana: String("Hiragana")
The Hiragana (Japanese Kana characters) key.
- final val HiraganaKatakana: String("HiraganaKatakana")
The Hiragana/Katakana toggle key.
- final val JunjaMode: String("JunjaMode")
The Junja (Korean characters) Mode key.
- final val KanaMode: String("KanaMode")
The Kana Mode (Kana Lock) key.
- final val KanjiMode: String("KanjiMode")
The Kanji (Japanese name for ideographic characters of Chinese origin) Mode key.
- final val Katakana: String("Katakana")
The Katakana (Japanese Kana characters) key.
- final val ModeChange: String("ModeChange")
The Mode Change key, to toggle between or cycle through input modes of IMEs.
- final val NextCandidate: String("NextCandidate")
The Next Candidate function key.
- final val NonConvert: String("NonConvert")
The Nonconvert (Don't Convert) key, to accept current input method sequence without conversion in IMEs.
- final val PreviousCandidate: String("PreviousCandidate")
The Previous Candidate function key.
- final val Process: String("Process")
The Process key.
- final val RomanCharacters: String("RomanCharacters")
The Roman Characters function key, also known as the 'Youngja' or 'Young' key.
- final val SingleCandidate: String("SingleCandidate")
The Single Candidate function key.
- final val Zenkaku: String("Zenkaku")
The Zenkaku (Full-Width) Characters key.
- final val ZenkakuHankaku: String("ZenkakuHankaku")
The Zenkaku/Hankaku (full-width/half-width) toggle key.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()