|
|
|||||||||||
Interface InputMethodMessageListenerpublic interface InputMethodMessageListener { // Methods public boolean handleIMEMessage( InputMethodMessage IMEMessage ) ; } This interface is implemented by classes derived from java.awt.Component to handle Input Method Editor (IME) messages. MethodshandleIMEMessagepublic boolean handleIMEMessage( InputMethodMessage IMEMessage ) ;
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |