|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jet.tracks.ScriptLoader
Loads track palette from XML file.
Nested Class Summary | |
class |
ScriptLoader.Loader
XML content handler. |
Field Summary | |
static java.lang.String |
FILENAME
XML file location. |
Method Summary | |
static ScriptLoader |
getInstance()
Returns instance of this class. |
void |
load(TrackPalette tp)
Loads tracks from XML file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String FILENAME
Method Detail |
public static ScriptLoader getInstance()
public void load(TrackPalette tp) throws java.lang.Exception
tp
- Track palette.
java.lang.Exception
- Throws an exception when parsing XML document
fails.
|
jET |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |