|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLListener | |
---|---|
com.softsynth.jmsl.score | |
com.softsynth.jmsl.util | |
com.softsynth.util |
Uses of XMLListener in com.softsynth.jmsl.score |
---|
Classes in com.softsynth.jmsl.score that implement XMLListener | |
---|---|
class |
MixerPanelSettingsXMLLoader
Load in pan/amp pairs into a vector. |
class |
NoteXMLLoader
|
class |
OrchestraXMLLoader
|
class |
ScoreXMLLoader
|
Uses of XMLListener in com.softsynth.jmsl.util |
---|
Classes in com.softsynth.jmsl.util that implement XMLListener | |
---|---|
class |
InstrumentXMLLoader
Behaves like simpleXMLLoader except that it knows it's got an Instrument, and call MusicDevice.open() in endElement() |
class |
SimpleXMLLoader
Read in an XML file that describes an Object, and recreate the object with values found for all matching get/set methods that handle primitive types (String, boolean, int, double), Example, Class com.widgits.City below has matching get/set methods for popuation |
Uses of XMLListener in com.softsynth.util |
---|
Methods in com.softsynth.util with parameters of type XMLListener | |
---|---|
void |
XMLReader.setXMLListener(XMLListener listener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |