Examples of ReGroupEdit


Examples of simtools.shapes.undo.ReGroupEdit

      }
      for(int i=0;i<deletedFromOldCompounds.size();i++)
        _oldCompounds.remove(deletedFromOldCompounds.get(i));
     
//      Update undoable operations
      fireUndoableEditUpdate(new UndoableEditEvent(this, new ReGroupEdit(this,shapesDeletedInCompoundShapes, deletedFromOldCompounds)));
      repaint();
    }
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.