Uses of Interface
dguitar.adaptors.song.SongDevice

Packages that use SongDevice
dguitar.adaptors.song Provides classes for handling Songs. 
dguitar.adaptors.song.impl Provides classes for implementing a Song. 
 

Uses of SongDevice in dguitar.adaptors.song
 

Methods in dguitar.adaptors.song that return SongDevice
 SongDevice SongTrack.getPrimaryDevice()
           
 SongDevice SongTrack.getSecondaryDevice()
           
 

Methods in dguitar.adaptors.song with parameters of type SongDevice
 void SongTrack.setPrimaryDevice(SongDevice device)
           
 void SongTrack.setSecondaryDevice(SongDevice device)
           
 

Uses of SongDevice in dguitar.adaptors.song.impl
 

Classes in dguitar.adaptors.song.impl that implement SongDevice
 class SongDeviceImpl
          The MIDI implementation of a SongDevice.
 

Fields in dguitar.adaptors.song.impl declared as SongDevice
(package private)  SongDevice SongTrackImpl.primaryDevice
           
(package private)  SongDevice SongTrackImpl.secondaryDevice
           
 

Methods in dguitar.adaptors.song.impl that return SongDevice
 SongDevice SongTrackImpl.getPrimaryDevice()
           
 SongDevice SongTrackImpl.getSecondaryDevice()
           
 

Methods in dguitar.adaptors.song.impl with parameters of type SongDevice
 void SongTrackImpl.setPrimaryDevice(SongDevice primaryDevice)
           
 void SongTrackImpl.setSecondaryDevice(SongDevice secondaryDevice)