Package simtools.shapes.undo

Examples of simtools.shapes.undo.UnGroupEdit


      }
      // update the selection
      ((ShapeDiagramSelection)getElementContainer().getSelection()).setToShapes(selection);

      // Update undoable operations
      fireUndoableEditUpdate(new UndoableEditEvent(this, new UnGroupEdit(this, undoUngroup)));
     
      repaint();
    }
View Full Code Here

TOP

Related Classes of simtools.shapes.undo.UnGroupEdit

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.