Interface IInputMethodContext
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/java/awt/im/spi/InputMethodContext.html
public interface IInputMethodContext : IInputMethodRequests
- Inherited Members
Methods
CreateInputMethodJFrame(String, bool)
JFrame CreateInputMethodJFrame(String arg0, bool arg1)
Parameters
Returns
CreateInputMethodWindow(String, bool)
Window CreateInputMethodWindow(String arg0, bool arg1)
Parameters
Returns
DispatchInputMethodEvent(int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo)
void DispatchInputMethodEvent(int arg0, AttributedCharacterIterator arg1, int arg2, TextHitInfo arg3, TextHitInfo arg4)
Parameters
arg0intarg1AttributedCharacterIteratorarg2intarg3TextHitInfoarg4TextHitInfo
EnableClientWindowNotification(InputMethod, bool)
void EnableClientWindowNotification(InputMethod arg0, bool arg1)
Parameters
arg0InputMethodarg1bool