Package simtools.shapes.undo

Examples of simtools.shapes.undo.GroupEdit


     
      // update the selection
      ((ShapeDiagramSelection)getElementContainer().getSelection()).setToShape(cs);

      // Update undoable operations
      fireUndoableEditUpdate(new UndoableEditEvent(this, new GroupEdit(this, cs, shapesDeletedInCompoundShapes, deletedFromOldCompounds)));
     
      // repaint
      repaint();
    }
View Full Code Here

TOP

Related Classes of simtools.shapes.undo.GroupEdit

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.