Uses of Interface
com.softsynth.jmsl.score.EditStateProvider
Package | Description |
---|---|
com.softsynth.jmsl.score |
-
Uses of EditStateProvider in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement EditStateProvider Modifier and Type Class Description class
ScoreEditPanel
ScoreEditPanel
GUI Interface for edit functions
JMSL Notation ProjectMethods in com.softsynth.jmsl.score that return EditStateProvider Modifier and Type Method Description EditStateProvider
EditManager. getEditStateProvider()
Methods in com.softsynth.jmsl.score with parameters of type EditStateProvider Modifier and Type Method Description void
EditStateListener. editStateChanged(EditStateProvider esp)
void
ScoreCanvasAdapter. editStateChanged(EditStateProvider esp)
EditStateListener interface.void
EditManager. setEditStateProvider(EditStateProvider editStateProvider)
Constructors in com.softsynth.jmsl.score with parameters of type EditStateProvider Constructor Description EditManager(Score score, EditStateProvider editStateProvider)