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)
| 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> |