Package com.projity.undo

Examples of com.projity.undo.NodePasteEdit


    //nodes=copy(nodes,NodeModel.SILENT); //make an other copy, in case it is copied more than one time
    //done in transfert handler

    hierarchy.paste(parent,nodes,position,this,actionType);
    //Undo
    if (isUndo(actionType)) postEdit(new NodePasteEdit(this,parent,nodes,position));
  }
View Full Code Here

TOP

Related Classes of com.projity.undo.NodePasteEdit

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.