Unmark currently marked and edited text region. Call to this function terminates current IME editing mode and causes close of the system IME window. This function must be called in general if user finishes text editing because of context change, clicking somewhere else, opening another ta
()
| 90 | * @see <a href="https://github.com/HumbleUI/JWM/blob/main/examples/java/io/github/humbleui/jwm/examples/PanelTextInput.java">Text input example</a> |
| 91 | */ |
| 92 | public abstract void unmarkText(); |
| 93 | |
| 94 | /** |
| 95 | * <p>Get window position and size on the screen as UI rect.</p> |
nothing calls this directly
no outgoing calls
no test coverage detected