Uses of Interface
com.softsynth.jmsl.score.NewScoreListener
Package | Description |
---|---|
com.softsynth.jmsl.score | |
com.softsynth.jmsl.score.view |
-
Uses of NewScoreListener in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement NewScoreListener Modifier and Type Class Description class
ScoreFrame
A PVFrame (ie dual purpose Swing or AWT frame), which hosts numerous Scores, and provides Menus for interaction.class
ScoreFrameJavaSound
ScoreFrame subclass whose Midi Device is JavaSound.Methods in com.softsynth.jmsl.score with parameters of type NewScoreListener Modifier and Type Method Description static void
Score. openNewScoreDialog(java.awt.Frame f, NewScoreListener listener)
-
Uses of NewScoreListener in com.softsynth.jmsl.score.view
Constructors in com.softsynth.jmsl.score.view with parameters of type NewScoreListener Constructor Description NewScoreDialog(java.awt.Frame f, NewScoreListener listener)