Package com.softsynth.jmsl.score
Class ScoreCommand
java.lang.Object
com.softsynth.jmsl.score.ScoreCommand
- 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
-
Constructor Details
-
ScoreCommand
public ScoreCommand()
-
-
Method Details
-
setScore
-
getScore
-
isUndoable
public boolean isUndoable() -
isRedoable
public boolean isRedoable() -
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- Throws:
java.lang.CloneNotSupportedException
-