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

Method setTextInputEnabled

shared/java/Window.java:80–81  ·  view source on GitHub ↗

Enables complex text input on this window. Passed value `true` or `false` enables or disables complex text input and IME on this window respectively. @param enabled flag to enabled text input @return this @see <a href="https://github.com/HumbleUI/JWM/blob/main/exam

(boolean enabled)

Source from the content-addressed store, hash-verified

78 * @see <a href="https://github.com/HumbleUI/JWM/blob/main/examples/java/io/github/humbleui/jwm/examples/PanelTextInput.java">Text input example</a>
79 */
80 @NotNull @Contract("-> this")
81 public abstract Window setTextInputEnabled(boolean enabled);
82
83 /**
84 * <p>Unmark currently marked and edited text region.</p>

Callers 1

PanelTextInputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected