|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EditListener | |
---|---|
com.softsynth.jmsl | |
com.softsynth.jmsl.jsyn | |
com.softsynth.jmsl.max | |
com.softsynth.jmsl.midi | |
com.softsynth.jmsl.score | |
com.softsynth.jmsl.util |
Uses of EditListener in com.softsynth.jmsl |
---|
Methods in com.softsynth.jmsl with parameters of type EditListener | |
---|---|
void |
NullMusicDevice.addEditListener(EditListener listener)
|
void |
Editable.addEditListener(EditListener listener)
|
void |
NullMusicDevice.removeEditListener(EditListener listener)
|
void |
Editable.removeEditListener(EditListener listener)
|
Uses of EditListener in com.softsynth.jmsl.jsyn |
---|
Methods in com.softsynth.jmsl.jsyn with parameters of type EditListener | |
---|---|
void |
SimpleSamplePlayingInstrument.addEditListener(EditListener listener)
|
void |
JSynMusicDevice.addEditListener(EditListener listener)
unimplemented |
void |
SimpleSamplePlayingInstrument.removeEditListener(EditListener listener)
|
void |
JSynMusicDevice.removeEditListener(EditListener listener)
unimplemented |
Uses of EditListener in com.softsynth.jmsl.max |
---|
Methods in com.softsynth.jmsl.max with parameters of type EditListener | |
---|---|
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 | |
---|---|
void |
MidiIO.addEditListener(EditListener listener)
unimplemented |
void |
MidiIO.removeEditListener(EditListener listener)
unimplemented |
Uses of EditListener in com.softsynth.jmsl.score |
---|
Classes in com.softsynth.jmsl.score that implement EditListener | |
---|---|
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.util |
---|
Constructors in com.softsynth.jmsl.util with parameters of type EditListener | |
---|---|
BeanEditor(java.awt.Frame f,
EditListener listener,
java.lang.Object obj)
|
|
BeanEditor(java.awt.Frame f,
EditListener listener,
java.lang.Object obj,
boolean modal)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |