uk.org.toot.midi.sequence
Class SequenceHistory

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by javax.swing.undo.CompoundEdit
          extended by javax.swing.undo.UndoManager
              extended by uk.org.toot.misc.History
                  extended by uk.org.toot.midi.sequence.SequenceHistory
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, javax.swing.event.UndoableEditListener, javax.swing.undo.UndoableEdit

public class SequenceHistory
extends History

See Also:
Serialized Form

Constructor Summary
SequenceHistory(MidiSequence sequence)
           
 
Method Summary
 
Methods inherited from class uk.org.toot.misc.History
getChangeSupport, nowdo, redo, undo
 
Methods inherited from class javax.swing.undo.UndoManager
addEdit, canRedo, canUndo, canUndoOrRedo, discardAllEdits, end, getLimit, getRedoPresentationName, getUndoOrRedoPresentationName, getUndoPresentationName, setLimit, toString, undoableEditHappened, undoOrRedo
 
Methods inherited from class javax.swing.undo.CompoundEdit
die, getPresentationName, isInProgress, isSignificant
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceHistory

public SequenceHistory(MidiSequence sequence)


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