Uses of Class
com.softsynth.jmsl.score.ScoreCommand

Packages that use ScoreCommand
com.softsynth.jmsl.score   
 

Uses of ScoreCommand in com.softsynth.jmsl.score
 

Subclasses of ScoreCommand in com.softsynth.jmsl.score
 class BinaryCopyBufferTransformCommand
           
 class DeleteCommand
          Undoable Delete.
 class NotePropertiesTransformCommand
          Before operating, load a hashtable of original notes as keys pointing to their clones.
 class UnaryCopyBufferTransformCommand
           
 

Methods in com.softsynth.jmsl.score that return ScoreCommand
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
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.
 void ScoreCommandAddedListener.notifyScoreCommandAdded(ScoreCommand scoreCommand, int keyCode)