Uses of Interface
com.softsynth.jmsl.EditListener
-
Uses of EditListener in com.softsynth.jmsl
Methods in com.softsynth.jmsl with parameters of type EditListener Modifier and Type Method Description void
Editable. addEditListener(EditListener listener)
void
NullMusicDevice. addEditListener(EditListener listener)
void
Editable. removeEditListener(EditListener listener)
void
NullMusicDevice. removeEditListener(EditListener listener)
-
Uses of EditListener in com.softsynth.jmsl.jsyn
Methods in com.softsynth.jmsl.jsyn with parameters of type EditListener Modifier and Type Method Description void
JSynMusicDevice. addEditListener(EditListener listener)
Deprecated.unimplementedvoid
SimpleSamplePlayingInstrument. addEditListener(EditListener listener)
Deprecated.void
JSynMusicDevice. removeEditListener(EditListener listener)
Deprecated.unimplementedvoid
SimpleSamplePlayingInstrument. removeEditListener(EditListener listener)
Deprecated. -
Uses of EditListener in com.softsynth.jmsl.jsyn2
Methods in com.softsynth.jmsl.jsyn2 with parameters of type EditListener Modifier and Type Method Description void
JSynMusicDevice. addEditListener(EditListener listener)
unimplementedvoid
SamplePlayingInstrument. addEditListener(EditListener listener)
void
JSynMusicDevice. removeEditListener(EditListener listener)
unimplementedvoid
SamplePlayingInstrument. removeEditListener(EditListener listener)
-
Uses of EditListener in com.softsynth.jmsl.max
Methods in com.softsynth.jmsl.max with parameters of type EditListener Modifier and Type Method Description void
MaxInstrument. addEditListener(EditListener listener)
void
MaxInstrument. removeEditListener(EditListener listener)
-
Uses of EditListener in com.softsynth.jmsl.midi
Methods in com.softsynth.jmsl.midi with parameters of type EditListener Modifier and Type Method Description void
MidiIO. addEditListener(EditListener listener)
unimplementedvoid
MidiIO. removeEditListener(EditListener listener)
unimplemented -
Uses of EditListener in com.softsynth.jmsl.score
Classes in com.softsynth.jmsl.score that implement EditListener 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. -
Uses of EditListener in com.softsynth.jmsl.score.midi
Methods in com.softsynth.jmsl.score.midi with parameters of type EditListener Modifier and Type Method Description void
MidiScoreInstrument. addEditListener(EditListener listener)
void
MidiScoreInstrument. removeEditListener(EditListener listener)
-
Uses of EditListener in com.softsynth.jmsl.util
Constructors in com.softsynth.jmsl.util with parameters of type EditListener Constructor Description BeanEditor(java.awt.Frame f, EditListener listener, java.lang.Object obj)
BeanEditor(java.awt.Frame f, EditListener listener, java.lang.Object obj, boolean modal)
BeanEditor(java.awt.Frame f, EditListener editListener, java.lang.Object obj, boolean modal, BooleanListener booleanListener)
-
Uses of EditListener in com.softsynth.jmsl.view
Methods in com.softsynth.jmsl.view with parameters of type EditListener Modifier and Type Method Description void
MidiInstrumentEditDialog. setEditListener(EditListener editListener)