Uses of Class
io.github.sosuisen.jfxbuilder.graphics.InputMethodEventBuilder
Packages that use InputMethodEventBuilder
-
Uses of InputMethodEventBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return InputMethodEventBuilderModifier and TypeMethodDescriptionfinal InputMethodEventBuilder
InputMethodEventBuilder.addComposed
(Collection<? extends InputMethodTextRun> col) Calls theaddAll
method on the ObservableList returned by theInputMethodEvent#getComposed()
method.final InputMethodEventBuilder
InputMethodEventBuilder.addComposed
(InputMethodTextRun... elements) Calls theaddAll
method on the ObservableList returned by theInputMethodEvent#getComposed()
method.InputMethodEventBuilder.apply
(Consumer<InputMethodEvent> func) Applies a function to the InputMethodEvent instance being constructed.static InputMethodEventBuilder
InputMethodEventBuilder.create
(Object source, EventTarget target, EventType<InputMethodEvent> eventType, List<InputMethodTextRun> composed, String committed, int caretPosition) Accepts the constructor arguments ofInputMethodEvent(Object, EventTarget, EventType, List, String, int)
and returns an instance ofInputMethodEventBuilder
.static InputMethodEventBuilder
InputMethodEventBuilder.create
(EventType<InputMethodEvent> eventType, List<InputMethodTextRun> composed, String committed, int caretPosition) Accepts the constructor arguments ofInputMethodEvent(EventType, List, String, int)
and returns an instance ofInputMethodEventBuilder
.