Uses of Class
io.github.sosuisen.jfxbuilder.graphics.KeyEventBuilder
Packages that use KeyEventBuilder
-
Uses of KeyEventBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return KeyEventBuilderModifier and TypeMethodDescriptionApplies a function to the KeyEvent instance being constructed.static KeyEventBuilder
KeyEventBuilder.create
(Object source, EventTarget target, EventType<KeyEvent> eventType, String character, String text, KeyCode code, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown) Accepts the constructor arguments ofKeyEvent(Object, EventTarget, EventType, String, String, KeyCode, boolean, boolean, boolean, boolean)
and returns an instance ofKeyEventBuilder
.static KeyEventBuilder
KeyEventBuilder.create
(EventType<KeyEvent> eventType, String character, String text, KeyCode code, boolean shiftDown, boolean controlDown, boolean altDown, boolean metaDown) Accepts the constructor arguments ofKeyEvent(EventType, String, String, KeyCode, boolean, boolean, boolean, boolean)
and returns an instance ofKeyEventBuilder
.