Uses of Class
io.github.sosuisen.jfxbuilder.graphics.InputEventBuilder
Packages that use InputEventBuilder
-
Uses of InputEventBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return InputEventBuilderModifier and TypeMethodDescriptionInputEventBuilder.apply
(Consumer<InputEvent> func) Applies a function to the InputEvent instance being constructed.static InputEventBuilder
InputEventBuilder.create
(Object source, EventTarget target, EventType<? extends InputEvent> eventType) Accepts the constructor arguments ofInputEvent(Object, EventTarget, EventType)
and returns an instance ofInputEventBuilder
.static InputEventBuilder
InputEventBuilder.create
(EventType<? extends InputEvent> eventType) Accepts the constructor arguments ofInputEvent(EventType)
and returns an instance ofInputEventBuilder
.