InputMethodRequests
methods to request additional information required for the reconversion operation. The composed and committed text produced by the operation is sent to the client component as a sequence of InputMethodEvent
s. If the given text cannot be reconverted, the same text should be sent to the client component as committed text. This method is called by {@link ae.java.awt.im.InputContext#reconvert() InputContext.reconvert}. @throws UnsupportedOperationException if the input method does notsupport the reconversion operation.
|
|