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 InputMethodEventBuilderInputMethodEventBuilder.addComposed(Collection<? extends InputMethodTextRun> col) Calls theaddAllmethod on the ObservableList returned by theInputMethodEvent#getComposed()method.final InputMethodEventBuilderInputMethodEventBuilder.addComposed(InputMethodTextRun... elements) Calls theaddAllmethod on the ObservableList returned by theInputMethodEvent#getComposed()method.InputMethodEventBuilder.apply(Consumer<InputMethodEvent> func) Applies a function to the InputMethodEvent instance being constructed.static InputMethodEventBuilderInputMethodEventBuilder.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 InputMethodEventBuilderInputMethodEventBuilder.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.