// @formatter:off /* * Unlicensed, generated by javafx.ftl */ package javafx.scene.input; /** * {@link KeyCodeCombination}建構器延伸(供客製化) * * @author JarReflectionDataLoader-1.0.0 * @version jfxrt.jar * @param <Z> 要建構的物件型態(需繼承{@link KeyCodeCombination}) * @param <B> 建構器本身的型態(需繼承{@link KeyCodeCombinationMaker}) */ @javax.annotation.Generated("Generated by javafx.ftl") @SuppressWarnings("all") public interface KeyCodeCombinationMakerExt<Z extends KeyCodeCombination, B extends KeyCodeCombinationMaker<Z, B>> extends javafx.scene.input.KeyCombinationMakerExt<Z, B> { // nothing yet }