Package jmt.gui.jmodel.controller.actions

Examples of jmt.gui.jmodel.controller.actions.SolveAnalytic


    actionPaste = new ActionPaste(this);
    setSelect = new SetSelectState(this);
    actionDelete = new ActionDelete(this);
    simulate = new Simulate(this);

    solveAnalitic = new SolveAnalytic(this);
    solveApp = new SolveApprox(this);
    // Conti Andrea - undo
    undoManager = new GraphUndoManager();
    undoProxy = new UndoManagerProxy(undoManager);
    editUndo = new ActionUndo(this, undoManager);
View Full Code Here

TOP

Related Classes of jmt.gui.jmodel.controller.actions.SolveAnalytic

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.