// @formatter:off /* * Unlicensed, generated by javafx.ftl */ package javafx.scene.input; /** * {@link KeyCombination}建構器。 * * @author JarReflectionDataLoader-1.0.0 * @version jfxrt.jar * @param <Z> 要建構的物件型態(需繼承{@link KeyCombination}) * @param <B> 建構器本身的型態(需繼承{@link KeyCombinationMaker}) */ @javax.annotation.Generated("Generated by javafx.ftl") @SuppressWarnings("all") public class KeyCombinationMaker<Z extends KeyCombination, B extends KeyCombinationMaker<Z, B>> extends jxtn.jfx.makers.AbstractMaker<Z, B> implements KeyCombinationMakerExt<Z, B> { @Override public void applyTo(Z instance) { super.applyTo(instance); } }