예제 #1
0
 public List<Track> getAllTracks() {
   TrackPanel dataTrackView = (TrackPanel) getParent();
   return dataTrackView.getTracks();
 }