public class TxtSong extends Song<TxtHeader,TxtData,TxtNote>
fileName
TxtSong(java.lang.String fileName, TxtHeader header, TxtData data)
protected SongView<TxtNote>
createView()
getData, getFormat, getHeader, getView, refreshView
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TxtSong(java.lang.String fileName, TxtHeader header, TxtData data)
protected SongView<TxtNote> createView()
createView
Song<TxtHeader,TxtData,TxtNote>