uk.org.toot.midi.sequence.edit
Class Paste

java.lang.Object
  extended by uk.org.toot.midi.sequence.edit.CutPasteCommand
      extended by uk.org.toot.midi.sequence.edit.Paste
All Implemented Interfaces:
UndoableCommand

public class Paste
extends CutPasteCommand
implements UndoableCommand


Constructor Summary
Paste(CutPasteable selection)
           
 
Method Summary
 boolean execute()
           
 java.lang.String getName()
           
 boolean unexecute()
           
 
Methods inherited from class uk.org.toot.midi.sequence.edit.CutPasteCommand
cut, isStructural, paste
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface uk.org.toot.misc.UndoableCommand
isStructural
 

Constructor Detail

Paste

public Paste(CutPasteable selection)
      throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface UndoableCommand

execute

public boolean execute()
Specified by:
execute in interface UndoableCommand

unexecute

public boolean unexecute()
Specified by:
unexecute in interface UndoableCommand


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.