Package org.jhotdraw.util

Examples of org.jhotdraw.util.UndoManager


       org.nlogo.window.MenuBarFactory menuBarFactory,
       AggregateDrawing drawing,
       CompilerServices compiler,
       EditDialogFactoryInterface dialogFactory) {
    super(I18N.guiJ().get("menu.tools.systemDynamicsModeler"), linkParent.getGraphicsConfiguration());
    undoManager = new UndoManager();

    this.linkParent = linkParent;
    this.colorizer = colorizer;
    this.menuBarFactory = menuBarFactory;
    this.compiler = compiler;
View Full Code Here

TOP

Related Classes of org.jhotdraw.util.UndoManager

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.