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

java.lang.Object
  extended by uk.org.toot.midi.sequence.edit.CutPasteCommand
Direct Known Subclasses:
Cut, Paste

public abstract class CutPasteCommand
extends java.lang.Object


Constructor Summary
CutPasteCommand(CutPasteable selection)
           
 
Method Summary
 boolean cut()
           
 boolean isStructural()
           
 boolean paste()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutPasteCommand

public CutPasteCommand(CutPasteable selection)
Method Detail

cut

public boolean cut()

paste

public boolean paste()

isStructural

public boolean isStructural()


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