Examples of InitEventScreen


Examples of editor.screen.popup.InitEventScreen

     * @param editorModel model de creation de la map
     * @param blocPosition la position de l'evenement
     * @see EditorModel
     */
    public static void showInitEventPopUp(final EditorModel editorModel, final Point blocPosition) {
        new InitEventScreen(editorModel, blocPosition);
    }
View Full Code Here

Examples of editor.screen.popup.InitEventScreen

     * @param eventBloc l'evenement à modifier
     * @see EditorModel
     * @see EventBloc
     */
    public static void showInitEventPopUp(final EditorModel editorModel, final Point blocPosition, final EventBloc eventBloc) {
        new InitEventScreen(editorModel, blocPosition, eventBloc);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.