MCPcopy Create free account
hub / github.com/HumbleUI/JWM / setTextInputClient

Method setTextInputClient

shared/java/Window.java:50–54  ·  view source on GitHub ↗

Set window text input client used for complex text input and IME support. @param client text input client @return this @see Text input example

(@Nullable TextInputClient client)

Source from the content-addressed store, hash-verified

48 * @see <a href="https://github.com/HumbleUI/JWM/blob/main/examples/java/io/github/humbleui/jwm/examples/PanelTextInput.java">Text input example</a>
49 */
50 @NotNull @Contract("-> this")
51 public Window setTextInputClient(@Nullable TextInputClient client) {
52 _textInputClient = client;
53 return this;
54 }
55
56 @NotNull @Contract("-> this")
57 public Window setLayer(@Nullable Layer layer) {

Callers 2

closeMethod · 0.95
PanelTextInputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected