Package de.sciss.eisenkraut.edit

Examples of de.sciss.eisenkraut.edit.EditSetSessionObjects


        selected  = true;
        collTracks  = Collections.singletonList( t )// deselect all except uns
      }
    }
    // XXX should use a lazy edit here
    edit = new EditSetSessionObjects( this, selectedTracks, collTracks ).perform();
    undo.addEdit( edit );
    repaint();
    }
View Full Code Here

TOP

Related Classes of de.sciss.eisenkraut.edit.EditSetSessionObjects

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.