|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softsynth.jmsl.score.ScoreCommand
public abstract class ScoreCommand
Constructor Summary | |
---|---|
ScoreCommand()
|
Method Summary | |
---|---|
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.util.Undoable |
---|
redo, undo |
Methods inherited from interface com.softsynth.jmsl.Namable |
---|
getName, setName |
Constructor Detail |
---|
public ScoreCommand()
Method Detail |
---|
public void setScore(Score score)
public Score getScore()
public boolean isUndoable()
public boolean isRedoable()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |