Class ScoreCommand

java.lang.Object
com.softsynth.jmsl.score.ScoreCommand
All Implemented Interfaces:
Namable, Command, Undoable, java.lang.Cloneable
Direct Known Subclasses:
BinaryCopyBufferTransformCommand, DeleteCommand, DeleteMeasureCommand, DeleteStaffCommand, DurationDefaultShortcutCommand, InsertMeasureCommand, InsertStaffCommand, NotePropertiesTransformCommand, TempoCommand, TimeSignatureCommand, UnaryCopyBufferTransformCommand

public abstract class ScoreCommand
extends java.lang.Object
implements Command, Undoable, Namable, java.lang.Cloneable
Author:
Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
  • Constructor Summary

    Constructors
    Constructor Description
    ScoreCommand()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object clone()  
    Score getScore()  
    boolean isRedoable()  
    boolean isUndoable()  
    void setScore​(Score score)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.softsynth.jmsl.util.Command

    execute

    Methods inherited from interface com.softsynth.jmsl.Namable

    getName, setName

    Methods inherited from interface com.softsynth.jmsl.util.Undoable

    redo, undo
  • Constructor Details

    • ScoreCommand

      public ScoreCommand()
  • Method Details

    • setScore

      public void setScore​(Score score)
    • getScore

      public Score getScore()
    • isUndoable

      public boolean isUndoable()
    • isRedoable

      public boolean isRedoable()
    • clone

      public java.lang.Object clone() throws java.lang.CloneNotSupportedException
      Throws:
      java.lang.CloneNotSupportedException