Uses of Class
com.softsynth.jmsl.score.ScoreCommand
Package | Description |
---|---|
com.softsynth.jmsl.score | |
jmsltestsuite |
-
Uses of ScoreCommand in com.softsynth.jmsl.score
Subclasses of ScoreCommand in com.softsynth.jmsl.score Modifier and Type Class Description class
BinaryCopyBufferTransformCommand
class
DeleteCommand
Undoable Delete.class
DeleteMeasureCommand
class
DeleteStaffCommand
class
DurationDefaultShortcutCommand
class
InsertMeasureCommand
class
InsertStaffCommand
class
NotePropertiesTransformCommand
Before operating, load a hashtable of original notes as keys pointing to their clones.class
TempoCommand
class
TimeSignatureCommand
class
UnaryCopyBufferTransformCommand
Methods in com.softsynth.jmsl.score that return ScoreCommand Modifier and Type Method Description static ScoreCommand
ScoreCommandCenter. getScoreCommand(Score score, int keyCode)
static ScoreCommand
ScoreCommandCenter. getScoreCommand(Score score, java.lang.String commandName)
Methods in com.softsynth.jmsl.score with parameters of type ScoreCommand Modifier and Type Method Description static void
ScoreCommandCenter. addScoreCommand(ScoreCommand cmd)
Add a ScoreCommand with no hot key.static void
ScoreCommandCenter. addScoreCommand(ScoreCommand cmd, int keyCode)
Add a ScoreCommand and associate it with a keyCode hotkey.void
EditManager. executeScoreCommand(ScoreCommand scoreCommand)
Execute ScoreCommand.static int
ScoreCommandCenter. getHotkey(ScoreCommand cmd)
void
ScoreCommandAddedListener. notifyScoreCommandAdded(ScoreCommand scoreCommand, int keyCode)
void
EditManagerListener. scoreCommandExecuted(Score score, ScoreCommand scoreCommand)
void
EditManagerListener. scoreCommandRedo(Score score, ScoreCommand scoreCommand)
void
EditManagerListener. scoreCommandUndo(Score score, ScoreCommand scoreCommand)
-
Uses of ScoreCommand in jmsltestsuite
Methods in jmsltestsuite with parameters of type ScoreCommand Modifier and Type Method Description void
ScoreEditManagerListenerTest. scoreCommandExecuted(Score score, ScoreCommand scoreCommand)
EditManagerListener interfacevoid
ScoreEditManagerListenerTest. scoreCommandRedo(Score score, ScoreCommand scoreCommand)
void
ScoreEditManagerListenerTest. scoreCommandUndo(Score score, ScoreCommand scoreCommand)