Package simtools.shapes.undo

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

Related Classes of simtools.shapes.undo.ReGroupEdit

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.