Package de.yaams.extensions.rgssproject.database.form.list

Examples of de.yaams.extensions.rgssproject.database.form.list.FormAnimationTimingList


    form.addElement("graphic.graphic", new FormGraphEle(I18N.t("Graphic"), project, RTP.ANIMATION, act, "@animation_name",
        "@animation_hue"));

    // build panel
    form.addHeader("animation", new FormHeader(I18N.t("Animationsoptionen"), "animation").setSorting(1).setColumn(2));
    form.addElement("animation.timing", new FormAnimationTimingList(getProject(), act.getInstanceVariable("@timings")));

    // build panel
    form.addHeader("unsupported", new FormHeader(I18N.t("Nicht unterstützt"), "error").setColumn(4).setCollapsed(true));
    form.addElement("unsupported.frames", RubyForm.getError("Frames", "@frames", act));
    form.addElement("unsupported.max", RubyForm.getError("Frames Max", "@frame_max", act));
View Full Code Here

TOP

Related Classes of de.yaams.extensions.rgssproject.database.form.list.FormAnimationTimingList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.